vimPlugins.cmp-dap: init at 2022-04-27

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

View File

@ -1192,6 +1192,18 @@ final: prev:
meta.homepage = "https://github.com/hrsh7th/cmp-copilot/";
};
cmp-dap = buildVimPluginFrom2Nix {
pname = "cmp-dap";
version = "2022-04-27";
src = fetchFromGitHub {
owner = "rcarriga";
repo = "cmp-dap";
rev = "69f22863739482120f9240919db1ac7d4dea3278";
sha256 = "03cxmnbr4sn69dzg1fg4r7rgja4invzfgpid123mhahq6sn7jir9";
};
meta.homepage = "https://github.com/rcarriga/cmp-dap/";
};
cmp-dictionary = buildVimPluginFrom2Nix {
pname = "cmp-dictionary";
version = "2022-05-04";

View File

@ -100,6 +100,7 @@ https://github.com/dmitmel/cmp-cmdline-history/,HEAD,
https://github.com/PaterJason/cmp-conjure/,,
https://github.com/davidsierradz/cmp-conventionalcommits/,HEAD,
https://github.com/hrsh7th/cmp-copilot/,HEAD,
https://github.com/rcarriga/cmp-dap/,HEAD,
https://github.com/uga-rosa/cmp-dictionary/,HEAD,
https://github.com/dmitmel/cmp-digraphs/,HEAD,
https://github.com/hrsh7th/cmp-emoji/,,