vimPlugins.cmp-conventionalcommits: init at 2021-10-28

This commit is contained in:
Mr Hedgehog
2022-06-13 17:13:56 -04:00
parent 14d7a9c473
commit 96fcb504d1
2 changed files with 13 additions and 0 deletions
@@ -1144,6 +1144,18 @@ final: prev:
meta.homepage = "https://github.com/PaterJason/cmp-conjure/";
};
cmp-conventionalcommits = buildVimPluginFrom2Nix {
pname = "cmp-conventionalcommits";
version = "2021-10-28";
src = fetchFromGitHub {
owner = "davidsierradz";
repo = "cmp-conventionalcommits";
rev = "5518362bc4f5dfbc9d242d9379fdec48b6278c5e";
sha256 = "02jvz8sjrr4xw0wg5y03gnv5sc78gqvmblmqi02y748qgsd5grb6";
};
meta.homepage = "https://github.com/davidsierradz/cmp-conventionalcommits/";
};
cmp-dictionary = buildVimPluginFrom2Nix {
pname = "cmp-dictionary";
version = "2022-05-04";
@@ -96,6 +96,7 @@ https://github.com/hrsh7th/cmp-buffer/,,
https://github.com/hrsh7th/cmp-calc/,,
https://github.com/hrsh7th/cmp-cmdline/,,
https://github.com/PaterJason/cmp-conjure/,,
https://github.com/davidsierradz/cmp-conventionalcommits/,HEAD,
https://github.com/uga-rosa/cmp-dictionary/,HEAD,
https://github.com/dmitmel/cmp-digraphs/,HEAD,
https://github.com/hrsh7th/cmp-emoji/,,