vimPlugins.copilot-cmp: init at 2022-10-12

This commit is contained in:
"Andrey Kuznetsov"
2023-01-02 13:06:41 +00:00
parent 2973dd8e7c
commit b2c22419af
2 changed files with 13 additions and 0 deletions
@@ -2033,6 +2033,18 @@ final: prev:
meta.homepage = "https://github.com/Shougo/context_filetype.vim/";
};
copilot-cmp = buildVimPluginFrom2Nix {
pname = "copilot-cmp";
version = "2022-10-12";
src = fetchFromGitHub {
owner = "zbirenbaum";
repo = "copilot-cmp";
rev = "84d5a0e8e4d1638e7554899cb7b642fa24cf463f";
sha256 = "180y6d89bldlpilhfz7dakyaml6mfhspnxjn4jliwql4k45xckbi";
};
meta.homepage = "https://github.com/zbirenbaum/copilot-cmp/";
};
copilot-lua = buildVimPluginFrom2Nix {
pname = "copilot.lua";
version = "2022-12-20";
@@ -170,6 +170,7 @@ https://github.com/rhysd/conflict-marker.vim/,,
https://github.com/Olical/conjure/,,
https://github.com/wellle/context.vim/,,
https://github.com/Shougo/context_filetype.vim/,,
https://github.com/zbirenbaum/copilot-cmp/,HEAD,
https://github.com/zbirenbaum/copilot.lua/,HEAD,
https://github.com/github/copilot.vim/,,
https://github.com/ms-jpq/coq.artifacts/,HEAD,