feat: add Avante plugin support with configuration options

This commit is contained in:
2024-09-24 14:49:22 -04:00
parent e5b552bab7
commit 1d5e9aeea2
6 changed files with 75 additions and 22 deletions
+10
View File
@@ -41,8 +41,18 @@ return {
},
{ -- GP
"robitx/gp.nvim",
enabled = data.cond.gp,
lazy = false,
opts = data.types.gp,
keys = data.keys.gp.func,
},
{ -- Avante
"yetone/avante.nvim",
enabled = data.cond.avante,
event = "VeryLazy",
lazy = false,
opts = data.types.avante,
build = "make",
dependencies = data.deps.avante,
},
}