diff --git a/modules/hm/vim.nix b/modules/hm/vim.nix index 9b91718..3f77f8c 100644 --- a/modules/hm/vim.nix +++ b/modules/hm/vim.nix @@ -398,6 +398,17 @@ in vp.diffview-nvim vp.neogit + + { + plugin = vp.ollama-nvim; + type = "lua"; + config = '' + local ollama = require("ollama") + ollama:setup({ + model = "codegemma:7b" + }) + ''; + } ]; # settings = { ignorecase = true; };