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 {
|
vim-plug = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-plug";
|
pname = "vim-plug";
|
||||||
version = "2020-01-27";
|
version = "2020-01-27";
|
||||||
|
@ -164,6 +164,7 @@ jonsmithers/vim-html-template-literals
|
|||||||
joonty/vim-xdebug
|
joonty/vim-xdebug
|
||||||
josa42/coc-go
|
josa42/coc-go
|
||||||
jpalardy/vim-slime
|
jpalardy/vim-slime
|
||||||
|
jparise/vim-phabricator
|
||||||
jreybert/vimagit
|
jreybert/vimagit
|
||||||
jsfaint/gen_tags.vim
|
jsfaint/gen_tags.vim
|
||||||
JuliaEditorSupport/deoplete-julia
|
JuliaEditorSupport/deoplete-julia
|
||||||
|
Loading…
x
Reference in New Issue
Block a user