1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

vimPlugins.copilot-vim: init at 2021-12-07

This commit is contained in:
"Malo Bourgon" 2021-12-10 13:53:32 -08:00 committed by Malo Bourgon
parent 8009a0b79c
commit e06c15f4e4
2 changed files with 13 additions and 0 deletions

View file

@ -1120,6 +1120,18 @@ final: prev:
meta.homepage = "https://github.com/Shougo/context_filetype.vim/";
};
copilot-vim = buildVimPluginFrom2Nix {
pname = "copilot.vim";
version = "2021-12-07";
src = fetchFromGitHub {
owner = "github";
repo = "copilot.vim";
rev = "c01314840b94da0b9767b52f8a4bbc579214e509";
sha256 = "10vw2hjrg20i8id5wld8c5b1m96fnxvkb5qhbdf9w5sagawn4wc2";
};
meta.homepage = "https://github.com/github/copilot.vim/";
};
coq-vim = buildVimPluginFrom2Nix {
pname = "coq.vim";
version = "2013-01-16";

View file

@ -192,6 +192,7 @@ gfanto/fzf-lsp.nvim
ggandor/lightspeed.nvim
gibiansky/vim-textobj-haskell
gioele/vim-autoswap
github/copilot.vim
gleam-lang/gleam.vim
glepnir/dashboard-nvim
glepnir/galaxyline.nvim