mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:40:05 +08:00
11 lines
253 B
Plaintext
11 lines
253 B
Plaintext
Execute ( SpaceVim api: SpaceVim main code ):
|
|
unlock g:_spacevim_root_dir
|
|
if has('nvim')
|
|
source init.vim
|
|
else
|
|
source vimrc
|
|
endif
|
|
let g:spacevim_update_retry_cnt = 0
|
|
SPInstall
|
|
AssertEqual fnamemodify(g:_spacevim_root_dir, ':.'), ''
|