nixos-configs/modules/editor/vim/lua/plugins/avante.lua
Paul-Henri Froidmont 9676d39936
Configure avante
2025-12-06 01:42:38 +01:00

17 lines
347 B
Lua

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" }
}
}
},
},
}