forked from mirrors/nixpkgs
vimPlugins.coq-vim: init at 2013-01-16
This commit is contained in:
parent
245e149a45
commit
77e3b42285
|
@ -652,6 +652,18 @@ let
|
|||
meta.homepage = "https://github.com/Shougo/context_filetype.vim/";
|
||||
};
|
||||
|
||||
coq-vim = buildVimPluginFrom2Nix {
|
||||
pname = "coq-vim";
|
||||
version = "2013-01-16";
|
||||
src = fetchFromGitHub {
|
||||
owner = "jvoorhis";
|
||||
repo = "coq.vim";
|
||||
rev = "9b229f5872854dadfb8ba4b67a6a273f37eca4b8";
|
||||
sha256 = "0hpfwcm8lvv831b7i27lw72nqxfy7jymq6a6g3xmf0ycb0l3pnky";
|
||||
};
|
||||
meta.homepage = "https://github.com/jvoorhis/coq.vim/";
|
||||
};
|
||||
|
||||
Coqtail = buildVimPluginFrom2Nix {
|
||||
pname = "Coqtail";
|
||||
version = "2021-01-03";
|
||||
|
|
|
@ -230,6 +230,7 @@ justincampbell/vim-eighties
|
|||
justinj/vim-pico8-syntax
|
||||
justinmk/vim-dirvish
|
||||
justinmk/vim-sneak
|
||||
jvoorhis/coq.vim
|
||||
KabbAmine/vCoolor.vim
|
||||
KabbAmine/zeavim.vim
|
||||
kalbasit/vim-colemak
|
||||
|
|
Loading…
Reference in a new issue