vimPlugins.cmp-neosnippet: init at 2022-01-06
This commit is contained in:
parent
7a7729326e
commit
865a32dd51
3 changed files with 17 additions and 0 deletions
|
@ -1168,6 +1168,18 @@ final: prev:
|
||||||
meta.homepage = "https://github.com/kdheepak/cmp-latex-symbols/";
|
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 {
|
cmp-nvim-lsp = buildVimPluginFrom2Nix {
|
||||||
pname = "cmp-nvim-lsp";
|
pname = "cmp-nvim-lsp";
|
||||||
version = "2022-05-16";
|
version = "2022-05-16";
|
||||||
|
|
|
@ -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: {
|
cmp-tabnine = super.cmp-tabnine.overrideAttrs (old: {
|
||||||
buildInputs = [ tabnine ];
|
buildInputs = [ tabnine ];
|
||||||
|
|
||||||
|
|
|
@ -98,6 +98,7 @@ https://github.com/hrsh7th/cmp-cmdline/,,
|
||||||
https://github.com/PaterJason/cmp-conjure/,,
|
https://github.com/PaterJason/cmp-conjure/,,
|
||||||
https://github.com/hrsh7th/cmp-emoji/,,
|
https://github.com/hrsh7th/cmp-emoji/,,
|
||||||
https://github.com/kdheepak/cmp-latex-symbols/,,
|
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/,,
|
||||||
https://github.com/hrsh7th/cmp-nvim-lsp-document-symbol/,,
|
https://github.com/hrsh7th/cmp-nvim-lsp-document-symbol/,,
|
||||||
https://github.com/hrsh7th/cmp-nvim-lua/,,
|
https://github.com/hrsh7th/cmp-nvim-lua/,,
|
||||||
|
|
Loading…
Reference in a new issue