neovim: add ollama-nvim plugin
This commit is contained in:
parent
cc8e92ade6
commit
43586edf29
1 changed files with 6 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue