diff --git a/neovim/dev.nix b/neovim/dev.nix index e56777e..f48dbdb 100644 --- a/neovim/dev.nix +++ b/neovim/dev.nix @@ -73,6 +73,12 @@ in # Enable fast navigation between windows vim.keymap.set = map (k: { mode = "n"; lhs = ctrl k; rhs = "${ctrl "w"}${k}"; }) [ "h" "l" "j" "k" ]; + plugin.ollama-nvim = { + enable = true; + name = "ollama"; + setupSettings = { }; + }; + plugin.nlsp-settings-nvim = { enable = true; name = "nlspsettings";