update(neovim.avante): update config

This commit is contained in:
Filippo Berto 2025-10-22 09:35:28 +02:00
parent f6cbb5ff89
commit 5d440933cc
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC

View file

@ -376,20 +376,6 @@ 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; };