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

Fix logger

This commit is contained in:
wsdjeg 2017-11-08 21:18:48 +08:00
parent 8d50f9e229
commit 9ad6274870

View File

@ -1,5 +1,3 @@
call SpaceVim#server#connect()
let g:Config_Main_Home = fnamemodify(expand('<sfile>'),
\ ':p:h:gs?\\?'.((has('win16') || has('win32')
\ || has('win64'))?'\':'/') . '?')
@ -47,6 +45,8 @@ call SpaceVim#default()
call SpaceVim#loadCustomConfig()
call SpaceVim#server#connect()
call SpaceVim#end()
call zvim#util#source_rc('general.vim')