Configure avante

This commit is contained in:
Paul-Henri Froidmont 2025-12-05 19:39:14 +01:00
parent 8063fad558
commit 6cc1cdefd0
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,14 @@
return {
"yetone/avante.nvim",
opts = {
provider = "opencode",
{
acp_providers = {
["opencode"] = {
command = "opencode",
args = { "acp" }
}
}
},
},
}