vimPlugins.vimfiler-vim: init at 2019-07-30
This commit is contained in:
parent
c4ede4f2e4
commit
e4e01c6bde
@ -5151,6 +5151,17 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
vimfiler-vim = buildVimPluginFrom2Nix {
|
||||
pname = "vimfiler-vim";
|
||||
version = "2019-07-30";
|
||||
src = fetchFromGitHub {
|
||||
owner = "Shougo";
|
||||
repo = "vimfiler.vim";
|
||||
rev = "26d3fec10cb8921d510064411784301794229a93";
|
||||
sha256 = "0iv1smk0999sfm3iqdlpb2il74l01lxfahwg87g7h3gq9frky2wd";
|
||||
};
|
||||
};
|
||||
|
||||
vimoutliner = buildVimPluginFrom2Nix {
|
||||
pname = "vimoutliner";
|
||||
version = "2018-07-04";
|
||||
|
@ -366,6 +366,7 @@ Shougo/neosnippet.vim
|
||||
Shougo/neoyank.vim
|
||||
Shougo/tabpagebuffer.vim
|
||||
Shougo/unite.vim
|
||||
Shougo/vimfiler.vim
|
||||
Shougo/vimproc.vim
|
||||
Shougo/vimshell.vim
|
||||
shumphrey/fugitive-gitlab.vim
|
||||
|
Loading…
Reference in New Issue
Block a user