mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 12:40:05 +08:00
parent
443bc9cd24
commit
d97f0b81d2
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user