mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
vimPlugins.cmp-copilot: init at 2022-04-11
This commit is contained in:
parent
12e88c5977
commit
4704008b8b
@ -1180,6 +1180,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/davidsierradz/cmp-conventionalcommits/";
|
||||
};
|
||||
|
||||
cmp-copilot = buildVimPluginFrom2Nix {
|
||||
pname = "cmp-copilot";
|
||||
version = "2022-04-11";
|
||||
src = fetchFromGitHub {
|
||||
owner = "hrsh7th";
|
||||
repo = "cmp-copilot";
|
||||
rev = "1f3f31c54bd71e41ed157430702bc2837ea582ab";
|
||||
sha256 = "14nza4r8vr58s74f3fpzlmvrv9lcxzvfvizkz71p47f1zgddhgfs";
|
||||
};
|
||||
meta.homepage = "https://github.com/hrsh7th/cmp-copilot/";
|
||||
};
|
||||
|
||||
cmp-dictionary = buildVimPluginFrom2Nix {
|
||||
pname = "cmp-dictionary";
|
||||
version = "2022-05-04";
|
||||
|
@ -99,6 +99,7 @@ https://github.com/hrsh7th/cmp-cmdline/,,
|
||||
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/uga-rosa/cmp-dictionary/,HEAD,
|
||||
https://github.com/dmitmel/cmp-digraphs/,HEAD,
|
||||
https://github.com/hrsh7th/cmp-emoji/,,
|
||||
|
Loading…
Reference in New Issue
Block a user