mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 20:10:05 +08:00
Add vimfiler-git
This commit is contained in:
parent
1322b791e3
commit
761561a649
@ -51,6 +51,7 @@ function! SpaceVim#layers#unite#plugins() abort
|
|||||||
\ ['Shougo/unite-session'],
|
\ ['Shougo/unite-session'],
|
||||||
\ ['osyo-manga/unite-quickfix'],
|
\ ['osyo-manga/unite-quickfix'],
|
||||||
\ ['Shougo/vimfiler.vim',{'merged' : 0, 'loadconf' : 1 , 'loadconf_before' : 1}],
|
\ ['Shougo/vimfiler.vim',{'merged' : 0, 'loadconf' : 1 , 'loadconf_before' : 1}],
|
||||||
|
\ ['d42/vimfiler_git.vim', {'merged' : 0, 'loadconf' : 1 }],
|
||||||
\ ['ujihisa/unite-colorscheme'],
|
\ ['ujihisa/unite-colorscheme'],
|
||||||
\ ['mattn/unite-gist'],
|
\ ['mattn/unite-gist'],
|
||||||
\ ['tacroe/unite-mark'],
|
\ ['tacroe/unite-mark'],
|
||||||
|
@ -29,11 +29,11 @@ call vimfiler#custom#profile('default', 'context', {
|
|||||||
\ 'winwidth' : g:spacevim_sidebar_width,
|
\ 'winwidth' : g:spacevim_sidebar_width,
|
||||||
\ 'winminwidth' : 30,
|
\ 'winminwidth' : 30,
|
||||||
\ 'toggle' : 1,
|
\ 'toggle' : 1,
|
||||||
\ 'columns' : 'type',
|
\ 'columns' : 'git',
|
||||||
\ 'auto_expand': 1,
|
\ 'auto_expand': 1,
|
||||||
\ 'direction' : 'rightbelow',
|
\ 'direction' : 'rightbelow',
|
||||||
\ 'parent': 0,
|
\ 'parent': 0,
|
||||||
\ 'explorer_columns' : 'type',
|
\ 'explorer_columns' : 'git',
|
||||||
\ 'status' : 1,
|
\ 'status' : 1,
|
||||||
\ 'safe' : 0,
|
\ 'safe' : 0,
|
||||||
\ 'split' : 1,
|
\ 'split' : 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user