1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-09 12:40:05 +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') if has('filterpipe')
set noshelltemp set noshelltemp
endif endif
filetype plugin indent on
syntax on
if count(g:spacevim_plugin_groups, 'colorscheme') && g:spacevim_colorscheme !=# '' "{{{ if count(g:spacevim_plugin_groups, 'colorscheme') && g:spacevim_colorscheme !=# '' "{{{
set background=dark set background=dark
try try

View File

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