Configure avante
This commit is contained in:
parent
8063fad558
commit
6cc1cdefd0
2 changed files with 20 additions and 0 deletions
14
modules/editor/vim/lua/plugins/avante.lua
Normal file
14
modules/editor/vim/lua/plugins/avante.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
return {
|
||||
"yetone/avante.nvim",
|
||||
opts = {
|
||||
provider = "opencode",
|
||||
{
|
||||
acp_providers = {
|
||||
["opencode"] = {
|
||||
command = "opencode",
|
||||
args = { "acp" }
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
@ -134,6 +134,9 @@ in
|
|||
vim-startuptime
|
||||
yazi-nvim
|
||||
zk-nvim
|
||||
avante-nvim
|
||||
blink-cmp-avante
|
||||
img-clip-nvim
|
||||
];
|
||||
|
||||
extraPackages = with pkgs; [
|
||||
|
|
@ -223,6 +226,7 @@ in
|
|||
{ import = "lazyvim.plugins.extras.lang.elixir" },
|
||||
{ import = "lazyvim.plugins.extras.test.core" },
|
||||
{ import = "lazyvim.plugins.extras.lang.typescript" },
|
||||
{ import = "lazyvim.plugins.extras.ai.avante" },
|
||||
-- import/override with your plugins
|
||||
{ import = "plugins" },
|
||||
},
|
||||
|
|
@ -295,6 +299,8 @@ in
|
|||
angular-language-server
|
||||
vtsls
|
||||
zk
|
||||
|
||||
opencode
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue