mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:20:05 +08:00
Fix logger
This commit is contained in:
parent
8d50f9e229
commit
9ad6274870
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user