vimPlugins.cmp-greek: init at 2022-01-10

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

View file

@ -1276,6 +1276,18 @@ final: prev:
meta.homepage = "https://github.com/petertriho/cmp-git/";
};
cmp-greek = buildVimPluginFrom2Nix {
pname = "cmp-greek";
version = "2022-01-10";
src = fetchFromGitHub {
owner = "max397574";
repo = "cmp-greek";
rev = "799110b976f9194055e9d506931ac38171bc6bcd";
sha256 = "049xi4ifla86fd5k68vqxwxxq5hg05y24z7yqg671hbw3lzpi0h9";
};
meta.homepage = "https://github.com/max397574/cmp-greek/";
};
cmp-latex-symbols = buildVimPluginFrom2Nix {
pname = "cmp-latex-symbols";
version = "2021-09-10";

View file

@ -107,6 +107,7 @@ https://github.com/mtoohey31/cmp-fish/,HEAD,
https://github.com/tzachar/cmp-fuzzy-buffer/,HEAD,
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/notomo/cmp-neosnippet/,HEAD,
https://github.com/David-Kunz/cmp-npm/,HEAD,