mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:30:05 +08:00
Fix issue #143
This commit is contained in:
parent
4209ca9b3d
commit
3d83a6f29a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user