1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:40:05 +08:00

Add vimfiler-git

This commit is contained in:
wsdjeg 2017-02-26 22:08:04 +08:00
parent 1322b791e3
commit 761561a649
2 changed files with 3 additions and 2 deletions

View File

@ -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'],

View File

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