add(nvim): test avante plugin

This commit is contained in:
Filippo Berto 2025-10-16 10:27:22 +02:00
parent 5e2f2cb812
commit 4d3877ae93
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC

View file

@ -376,6 +376,20 @@ in
ollama.setup(conf)
'';
}
{
plugin = vp.avante-nvim;
type = "lua";
config = ''
require("avante_lib").load()
require("avante").setup({
provider = "ollama",
providers = {
ollama = { endpoint = "http://localhost:11434", model = "granite4:tiny-h" }
}
})
'';
}
];
# settings = { ignorecase = true; };