mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
vimPlugins.vim-phabricator: init at 2020-01-23
This commit is contained in:
parent
9af1597d01
commit
fc7f856287
@ -4876,6 +4876,17 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
vim-phabricator = buildVimPluginFrom2Nix {
|
||||
pname = "vim-phabricator";
|
||||
version = "2020-01-23";
|
||||
src = fetchFromGitHub {
|
||||
owner = "jparise";
|
||||
repo = "vim-phabricator";
|
||||
rev = "065c7e3f2d92a6792b50f087393b2c9a10a1e825";
|
||||
sha256 = "0yhf347fhrs0aqsq1swqihyav32442lv2chzjr3mzqcym8zbzsh6";
|
||||
};
|
||||
};
|
||||
|
||||
vim-plug = buildVimPluginFrom2Nix {
|
||||
pname = "vim-plug";
|
||||
version = "2020-01-27";
|
||||
|
@ -164,6 +164,7 @@ jonsmithers/vim-html-template-literals
|
||||
joonty/vim-xdebug
|
||||
josa42/coc-go
|
||||
jpalardy/vim-slime
|
||||
jparise/vim-phabricator
|
||||
jreybert/vimagit
|
||||
jsfaint/gen_tags.vim
|
||||
JuliaEditorSupport/deoplete-julia
|
||||
|
Loading…
Reference in New Issue
Block a user