mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:20:04 +08:00
Silent checkinstall on startup
This commit is contained in:
parent
d97f0b81d2
commit
4ed4eb76e6
@ -109,7 +109,10 @@ function! zvim#plug#end() abort
|
|||||||
call dein#end()
|
call dein#end()
|
||||||
if g:spacevim_checkinstall == 1
|
if g:spacevim_checkinstall == 1
|
||||||
if dein#check_install()
|
if dein#check_install()
|
||||||
call dein#install()
|
augroup SpaceVimCheckInstall
|
||||||
|
au!
|
||||||
|
au VimEnter * call dein#install()
|
||||||
|
augroup END
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
call dein#call_hook('source')
|
call dein#call_hook('source')
|
||||||
|
Loading…
Reference in New Issue
Block a user