mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-13 02:05:40 +08:00
Fix welcome
This commit is contained in:
parent
43289d8016
commit
91b3dd85c3
@ -313,9 +313,11 @@ endfunction
|
||||
|
||||
|
||||
function! SpaceVim#welcome() abort
|
||||
VimFiler
|
||||
wincmd p
|
||||
Startify
|
||||
if exists(':VimFiler') == 2 && exists(':Startify') == 2
|
||||
VimFiler
|
||||
wincmd p
|
||||
Startify
|
||||
endif
|
||||
endfunction
|
||||
|
||||
""
|
||||
|
@ -4,6 +4,7 @@ function! SpaceVim#layers#ui#plugins() abort
|
||||
\ ['Yggdroot/indentLine'],
|
||||
\ ['mhinz/vim-signify'],
|
||||
\ ['majutsushi/tagbar', {'loadconf' : 1}],
|
||||
\ ['lvht/tagbar-markdown',{'merged' : 0}],
|
||||
\ ['vim-airline/vim-airline', { 'merged' : 0, 'loadconf' : 1}],
|
||||
\ ['vim-airline/vim-airline-themes', { 'merged' : 0}],
|
||||
\ ['mhinz/vim-startify', {'loadconf' : 1}],
|
||||
|
Loading…
x
Reference in New Issue
Block a user