mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:00:04 +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 hidden
|
||||||
set ttimeout
|
set ttimeout
|
||||||
set ttimeoutlen=50
|
set ttimeoutlen=50
|
||||||
|
set background=dark
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! SpaceVim#default#SetPlugins() abort
|
function! SpaceVim#default#SetPlugins() abort
|
||||||
|
@ -5,7 +5,6 @@ if has('filterpipe')
|
|||||||
set noshelltemp
|
set noshelltemp
|
||||||
endif
|
endif
|
||||||
if count(g:spacevim_plugin_groups, 'colorscheme') && g:spacevim_colorscheme !=# '' "{{{
|
if count(g:spacevim_plugin_groups, 'colorscheme') && g:spacevim_colorscheme !=# '' "{{{
|
||||||
set background=dark
|
|
||||||
try
|
try
|
||||||
exec 'colorscheme '. g:spacevim_colorscheme
|
exec 'colorscheme '. g:spacevim_colorscheme
|
||||||
catch
|
catch
|
||||||
|
Loading…
Reference in New Issue
Block a user