vimPlugins.cmp-look: init at 2022-03-21

This commit is contained in:
Mr Hedgehog 2022-05-13 08:20:25 -04:00
parent cbaec802b4
commit dd3788435a
No known key found for this signature in database
2 changed files with 13 additions and 0 deletions

View File

@ -1300,6 +1300,18 @@ final: prev:
meta.homepage = "https://github.com/kdheepak/cmp-latex-symbols/";
};
cmp-look = buildVimPluginFrom2Nix {
pname = "cmp-look";
version = "2022-03-21";
src = fetchFromGitHub {
owner = "octaltree";
repo = "cmp-look";
rev = "58dd22adc34d21f95b93407719aa8a894c52c235";
sha256 = "107nvm4xgd3bhz0sqxx4bj19xjli4c52r6jyajw50bv0my2afihq";
};
meta.homepage = "https://github.com/octaltree/cmp-look/";
};
cmp-neosnippet = buildVimPluginFrom2Nix {
pname = "cmp-neosnippet";
version = "2022-01-06";

View File

@ -109,6 +109,7 @@ https://github.com/tzachar/cmp-fuzzy-path/,HEAD,
https://github.com/petertriho/cmp-git/,HEAD,
https://github.com/max397574/cmp-greek/,HEAD,
https://github.com/kdheepak/cmp-latex-symbols/,,
https://github.com/octaltree/cmp-look/,HEAD,
https://github.com/notomo/cmp-neosnippet/,HEAD,
https://github.com/David-Kunz/cmp-npm/,HEAD,
https://github.com/hrsh7th/cmp-nvim-lsp/,,