1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:30:04 +08:00
This commit is contained in:
wsdjeg 2017-03-01 22:09:32 +08:00
parent 116df26da3
commit b8f2e4193d

View File

@ -23,8 +23,8 @@ if has('mac')
else
let g:vimfiler_quick_look_command = 'gloobus-preview'
endif
call vimfiler#custom#profile('default', 'context', {
try
call vimfiler#custom#profile('default', 'context', {
\ 'explorer' : 1,
\ 'winwidth' : g:spacevim_sidebar_width,
\ 'winminwidth' : 30,
@ -40,6 +40,8 @@ call vimfiler#custom#profile('default', 'context', {
\ 'no_quit' : 1,
\ 'force_hide' : 0,
\ })
catch
endtry
augroup vfinit
au!
autocmd FileType vimfiler call s:vimfilerinit()