diff --git a/hm/vim.nix b/hm/vim.nix index abf4bce..4ee9cf2 100644 --- a/hm/vim.nix +++ b/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; };