1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:10:04 +08:00
This commit is contained in:
wsdjeg 2017-01-21 20:30:16 +08:00
parent 4209ca9b3d
commit 3d83a6f29a
2 changed files with 1 additions and 1 deletions

View File

@ -94,6 +94,7 @@ function! SpaceVim#default#SetOptions() abort
set hidden
set ttimeout
set ttimeoutlen=50
set background=dark
endfunction
function! SpaceVim#default#SetPlugins() abort

View File

@ -5,7 +5,6 @@ if has('filterpipe')
set noshelltemp
endif
if count(g:spacevim_plugin_groups, 'colorscheme') && g:spacevim_colorscheme !=# '' "{{{
set background=dark
try
exec 'colorscheme '. g:spacevim_colorscheme
catch