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

main
Mr Hedgehog 2 years ago
parent 7a7729326e
commit 865a32dd51
No known key found for this signature in database
  1. 12
      pkgs/applications/editors/vim/plugins/generated.nix
  2. 4
      pkgs/applications/editors/vim/plugins/overrides.nix
  3. 1
      pkgs/applications/editors/vim/plugins/vim-plugin-names

@ -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";

@ -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 ];

@ -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/,,

Loading…
Cancel
Save