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:
parent
8009a0b79c
commit
e06c15f4e4
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue