vimPlugins.vim-phabricator: init at 2020-01-23
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user