vimPlugins.copilot-lua: init at 2022-12-20

This commit is contained in:
figsoda
2022-12-25 13:01:27 -05:00
parent eaf55670f1
commit 3a1028d3e9
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-lua = buildVimPluginFrom2Nix {
pname = "copilot.lua";
version = "2022-12-20";
src = fetchFromGitHub {
owner = "zbirenbaum";
repo = "copilot.lua";
rev = "81eb5d1bc2eddad5ff0b4e3c1c4be5c09bdfaa63";
sha256 = "1hyv1iccy4fjpmdq16rl8pplhnrnz71nxjsndyf955q029l06ics";
};
meta.homepage = "https://github.com/zbirenbaum/copilot.lua/";
};
copilot-vim = buildVimPluginFrom2Nix {
pname = "copilot.vim";
version = "2022-12-19";
@@ -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.lua/,HEAD,
https://github.com/github/copilot.vim/,,
https://github.com/ms-jpq/coq.artifacts/,HEAD,
https://github.com/ms-jpq/coq.thirdparty/,HEAD,