vimPlugins.ollama-nvim: init at 2023-12-03

This commit is contained in:
Gaetan Lepage 2023-12-19 16:19:29 +01:00
parent 63dd8e1d2e
commit e7009ef00c
2 changed files with 5 additions and 0 deletions

View file

@ -920,6 +920,10 @@ self: super: {
dependencies = with self; [ telescope-nvim plenary-nvim ];
};
ollama-nvim = super.ollama-nvim.overrideAttrs {
dependencies = [ self.plenary-nvim ];
};
onehalf = super.onehalf.overrideAttrs {
configurePhase = "cd vim";
};

View file

@ -662,6 +662,7 @@ https://github.com/glepnir/oceanic-material/,,
https://github.com/mhartington/oceanic-next/,,
https://github.com/pwntester/octo.nvim/,,
https://github.com/stevearc/oil.nvim/,HEAD,
https://github.com/nomnivore/ollama.nvim/,HEAD,
https://github.com/Hoffs/omnisharp-extended-lsp.nvim/,HEAD,
https://github.com/Th3Whit3Wolf/one-nvim/,,
https://github.com/navarasu/onedark.nvim/,,