1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 23:00:04 +08:00

Fix colorscheme loaded

close #63
This commit is contained in:
wsdjeg 2017-01-08 00:17:32 +08:00
parent 443bc9cd24
commit d97f0b81d2
2 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,6 @@ exe 'set wildignore+=' . g:spacevim_wildignore
if has('filterpipe')
set noshelltemp
endif
filetype plugin indent on
syntax on
if count(g:spacevim_plugin_groups, 'colorscheme') && g:spacevim_colorscheme !=# '' "{{{
set background=dark
try

View File

@ -27,3 +27,5 @@ if has('nvim')
endif
call zvim#util#source_rc('commands.vim')
filetype plugin indent on
syntax on