refactor: move ai extras to ai instead of coding

This commit is contained in:
Folke Lemaitre 2024-11-10 11:25:55 +01:00
parent b9dae57961
commit 725469adba
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
6 changed files with 8 additions and 1 deletions

View file

@ -135,7 +135,7 @@ local defaults = {
}
M.json = {
version = 6,
version = 7,
path = vim.g.lazyvim_json or vim.fn.stdpath("config") .. "/lazyvim.json",
data = {
version = nil, ---@type string?