vimPlugins.vimfiler-vim: init at 2019-07-30

This commit is contained in:
Flakebi 2019-10-14 16:05:25 +02:00
parent c4ede4f2e4
commit e4e01c6bde
No known key found for this signature in database
GPG Key ID: 38E7ED984D7DCD02
2 changed files with 12 additions and 0 deletions

View File

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

View File

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