vimPlugins.cmp-fish: init at 2022-02-17

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

View File

@ -1204,6 +1204,18 @@ final: prev:
meta.homepage = "https://github.com/hrsh7th/cmp-emoji/";
};
cmp-fish = buildVimPluginFrom2Nix {
pname = "cmp-fish";
version = "2022-02-17";
src = fetchFromGitHub {
owner = "mtoohey31";
repo = "cmp-fish";
rev = "2ce8febeff3e4600acac498b7cde72cc9d2dd7b1";
sha256 = "1clarmx43ygwsaxy73cgy86i33vjrfzr53z7ym29ynndb7zlzg6v";
};
meta.homepage = "https://github.com/mtoohey31/cmp-fish/";
};
cmp-fuzzy-buffer = buildVimPluginFrom2Nix {
pname = "cmp-fuzzy-buffer";
version = "2022-01-13";

View File

@ -101,6 +101,7 @@ 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/,,
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,