add(nvim): test avante plugin
This commit is contained in:
parent
5e2f2cb812
commit
4d3877ae93
1 changed files with 14 additions and 0 deletions
14
hm/vim.nix
14
hm/vim.nix
|
|
@ -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; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue