Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Paul-Henri Froidmont
9676d39936
Configure avante 2025-12-06 01:42:38 +01:00
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,17 @@
return {
"yetone/avante.nvim",
opts = {
-- add any opts here
-- this file can contain specific instructions for your project
instructions_file = "avante.md",
provider = "opencode",
{
acp_providers = {
["opencode"] = {
command = "opencode",
args = { "acp" }
}
}
},
},
}

View file

@ -134,6 +134,9 @@ in
vim-startuptime vim-startuptime
yazi-nvim yazi-nvim
zk-nvim zk-nvim
avante-nvim
blink-cmp-avante
img-clip-nvim
]; ];
extraPackages = with pkgs; [ extraPackages = with pkgs; [
@ -223,6 +226,7 @@ in
{ import = "lazyvim.plugins.extras.lang.elixir" }, { import = "lazyvim.plugins.extras.lang.elixir" },
{ import = "lazyvim.plugins.extras.test.core" }, { import = "lazyvim.plugins.extras.test.core" },
{ import = "lazyvim.plugins.extras.lang.typescript" }, { import = "lazyvim.plugins.extras.lang.typescript" },
{ import = "lazyvim.plugins.extras.ai.avante" },
-- import/override with your plugins -- import/override with your plugins
{ import = "plugins" }, { import = "plugins" },
}, },
@ -295,6 +299,8 @@ in
angular-language-server angular-language-server
vtsls vtsls
zk zk
opencode
]; ];
}; };
}; };