update(neovim.avante): update config
This commit is contained in:
parent
f6cbb5ff89
commit
5d440933cc
1 changed files with 0 additions and 14 deletions
14
hm/vim.nix
14
hm/vim.nix
|
|
@ -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; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue