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

Add leader guide, Fix startup

close https://github.com/Shougo/dein.vim/issues/177
This commit is contained in:
wsdjeg 2017-01-08 01:29:23 +08:00
parent 4ed4eb76e6
commit ff68c91734
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@ let s:plugins = {}
let s:plugins.core = [
\ ['Shougo/vimproc.vim', {'build' : 'make'}],
\ ['hecal3/vim-leader-guide', {'loadconf': 1, 'loadconf_before' : 1, 'merged' : 0}],
\ ]
let s:plugins.autocomplete = [

View File

@ -108,7 +108,8 @@ function! zvim#plug#end() abort
elseif g:spacevim_plugin_manager == 'dein'
call dein#end()
if g:spacevim_checkinstall == 1
if dein#check_install()
silent! let flag = dein#check_install()
if flag
augroup SpaceVimCheckInstall
au!
au VimEnter * call dein#install()