vimPlugins.cmp-cmdline-history: init at 2022-05-04

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

View file

@ -1132,6 +1132,18 @@ final: prev:
meta.homepage = "https://github.com/hrsh7th/cmp-cmdline/"; meta.homepage = "https://github.com/hrsh7th/cmp-cmdline/";
}; };
cmp-cmdline-history = buildVimPluginFrom2Nix {
pname = "cmp-cmdline-history";
version = "2022-05-04";
src = fetchFromGitHub {
owner = "dmitmel";
repo = "cmp-cmdline-history";
rev = "003573b72d4635ce636234a826fa8c4ba2895ffe";
sha256 = "1v2xyspm7k9jmnzbfg0js15c6sha7ravf4lddsk85icdw16fxji1";
};
meta.homepage = "https://github.com/dmitmel/cmp-cmdline-history/";
};
cmp-conjure = buildVimPluginFrom2Nix { cmp-conjure = buildVimPluginFrom2Nix {
pname = "cmp-conjure"; pname = "cmp-conjure";
version = "2021-10-09"; version = "2021-10-09";

View file

@ -95,6 +95,7 @@ https://github.com/winston0410/cmd-parser.nvim/,,
https://github.com/hrsh7th/cmp-buffer/,, https://github.com/hrsh7th/cmp-buffer/,,
https://github.com/hrsh7th/cmp-calc/,, https://github.com/hrsh7th/cmp-calc/,,
https://github.com/hrsh7th/cmp-cmdline/,, https://github.com/hrsh7th/cmp-cmdline/,,
https://github.com/dmitmel/cmp-cmdline-history/,HEAD,
https://github.com/PaterJason/cmp-conjure/,, https://github.com/PaterJason/cmp-conjure/,,
https://github.com/davidsierradz/cmp-conventionalcommits/,HEAD, https://github.com/davidsierradz/cmp-conventionalcommits/,HEAD,
https://github.com/uga-rosa/cmp-dictionary/,HEAD, https://github.com/uga-rosa/cmp-dictionary/,HEAD,