mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 00:00:04 +08:00
Fix guifont option
This commit is contained in:
parent
7cadc9a9de
commit
02bbe5b2c1
@ -16,9 +16,6 @@ function! SpaceVim#default#SetOptions() abort
|
|||||||
else
|
else
|
||||||
set guifont=DejaVu\ Sans\ Mono\ for\ Powerline\ 11
|
set guifont=DejaVu\ Sans\ Mono\ for\ Powerline\ 11
|
||||||
endif
|
endif
|
||||||
if !empty(g:spacevim_guifont)
|
|
||||||
exe 'set guifont=' . g:spacevim_guifont
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" indent use backspace delete indent, eol use backspace delete line at
|
" indent use backspace delete indent, eol use backspace delete line at
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
function! SpaceVim#plugins#load() abort
|
||||||
|
|
||||||
|
endfunction
|
@ -23,6 +23,9 @@ endif
|
|||||||
if g:spacevim_hiddenfileinfo == 1 && has('patch-7.4.1570')
|
if g:spacevim_hiddenfileinfo == 1 && has('patch-7.4.1570')
|
||||||
set shortmess=filnxtToOFs
|
set shortmess=filnxtToOFs
|
||||||
endif
|
endif
|
||||||
|
if !empty(g:spacevim_guifont)
|
||||||
|
exe 'set guifont=' . g:spacevim_guifont
|
||||||
|
endif
|
||||||
if g:spacevim_enable_guicolors == 1
|
if g:spacevim_enable_guicolors == 1
|
||||||
if exists('+termguicolors')
|
if exists('+termguicolors')
|
||||||
set termguicolors
|
set termguicolors
|
||||||
|
Loading…
Reference in New Issue
Block a user