nixos-configs/modules/editor/vim/lua/plugins/avante.lua

18 lines
347 B
Lua
Raw Normal View History

2025-12-05 19:39:14 +01:00
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" }
}
}
},
},
}