mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 02:00:05 +08:00
parent
443bc9cd24
commit
d97f0b81d2
@ -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
|
||||
|
@ -27,3 +27,5 @@ if has('nvim')
|
||||
endif
|
||||
|
||||
call zvim#util#source_rc('commands.vim')
|
||||
filetype plugin indent on
|
||||
syntax on
|
||||
|
Loading…
Reference in New Issue
Block a user