vimPlugins.cmp-neosnippet: init at 2022-01-06

This commit is contained in:
Mr Hedgehog 2022-05-13 08:05:35 -04:00
parent 7a7729326e
commit 865a32dd51
No known key found for this signature in database
3 changed files with 17 additions and 0 deletions

View file

@ -1168,6 +1168,18 @@ final: prev:
meta.homepage = "https://github.com/kdheepak/cmp-latex-symbols/";
};
cmp-neosnippet = buildVimPluginFrom2Nix {
pname = "cmp-neosnippet";
version = "2022-01-06";
src = fetchFromGitHub {
owner = "notomo";
repo = "cmp-neosnippet";
rev = "2d14526af3f02dcea738b4cea520e6ce55c09979";
sha256 = "0xf3nfkgbrfhac8nadkzq22pzi9gsidax4ddavqkqqivlcgllrgf";
};
meta.homepage = "https://github.com/notomo/cmp-neosnippet/";
};
cmp-nvim-lsp = buildVimPluginFrom2Nix {
pname = "cmp-nvim-lsp";
version = "2022-05-16";

View file

@ -133,6 +133,10 @@ self: super: {
'';
});
cmp-neosnippet = super.cmp-neosnippet.overrideAttrs (old: {
dependencies = with self; [ nvim-cmp neosnippet ];
});
cmp-tabnine = super.cmp-tabnine.overrideAttrs (old: {
buildInputs = [ tabnine ];

View file

@ -98,6 +98,7 @@ https://github.com/hrsh7th/cmp-cmdline/,,
https://github.com/PaterJason/cmp-conjure/,,
https://github.com/hrsh7th/cmp-emoji/,,
https://github.com/kdheepak/cmp-latex-symbols/,,
https://github.com/notomo/cmp-neosnippet/,HEAD,
https://github.com/hrsh7th/cmp-nvim-lsp/,,
https://github.com/hrsh7th/cmp-nvim-lsp-document-symbol/,,
https://github.com/hrsh7th/cmp-nvim-lua/,,