vimPlugins.vim-phabricator: init at 2020-01-23

This commit is contained in:
Bernardo Meurer 2020-02-08 14:20:52 -08:00 committed by Jon
parent 9af1597d01
commit fc7f856287
2 changed files with 12 additions and 0 deletions

View file

@ -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";

View file

@ -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