Configure avante
This commit is contained in:
parent
8063fad558
commit
9676d39936
2 changed files with 23 additions and 0 deletions
17
modules/editor/vim/lua/plugins/avante.lua
Normal file
17
modules/editor/vim/lua/plugins/avante.lua
Normal 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" }
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue