forked from mirrors/nixpkgs
vimPlugins.ollama-nvim: init at 2023-12-03
This commit is contained in:
parent
63dd8e1d2e
commit
e7009ef00c
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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/,,
|
||||
|
|
Loading…
Reference in a new issue