1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-11 00:45:42 +08:00
2020-01-19 18:35:50 +08:00

8 lines
145 B
Plaintext

Execute ( SpaceVim api: SpaceVim main code ):
unlock g:_spacevim_root_dir
if has('nvim')
source init.vim
else
source vimrc
endif