From 761561a6491002e79e7f2205304528791d4d0b74 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Sun, 26 Feb 2017 22:08:04 +0800 Subject: [PATCH] Add vimfiler-git --- autoload/SpaceVim/layers/unite.vim | 1 + config/plugins/vimfiler.vim | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/autoload/SpaceVim/layers/unite.vim b/autoload/SpaceVim/layers/unite.vim index 5403f37d5..626620732 100644 --- a/autoload/SpaceVim/layers/unite.vim +++ b/autoload/SpaceVim/layers/unite.vim @@ -51,6 +51,7 @@ function! SpaceVim#layers#unite#plugins() abort \ ['Shougo/unite-session'], \ ['osyo-manga/unite-quickfix'], \ ['Shougo/vimfiler.vim',{'merged' : 0, 'loadconf' : 1 , 'loadconf_before' : 1}], + \ ['d42/vimfiler_git.vim', {'merged' : 0, 'loadconf' : 1 }], \ ['ujihisa/unite-colorscheme'], \ ['mattn/unite-gist'], \ ['tacroe/unite-mark'], diff --git a/config/plugins/vimfiler.vim b/config/plugins/vimfiler.vim index 6163c40c7..5d9067022 100644 --- a/config/plugins/vimfiler.vim +++ b/config/plugins/vimfiler.vim @@ -29,11 +29,11 @@ call vimfiler#custom#profile('default', 'context', { \ 'winwidth' : g:spacevim_sidebar_width, \ 'winminwidth' : 30, \ 'toggle' : 1, - \ 'columns' : 'type', + \ 'columns' : 'git', \ 'auto_expand': 1, \ 'direction' : 'rightbelow', \ 'parent': 0, - \ 'explorer_columns' : 'type', + \ 'explorer_columns' : 'git', \ 'status' : 1, \ 'safe' : 0, \ 'split' : 1,