mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 21:00:03 +08:00
Fix guifont option
This commit is contained in:
parent
7cadc9a9de
commit
02bbe5b2c1
@ -16,9 +16,6 @@ function! SpaceVim#default#SetOptions() abort
|
||||
else
|
||||
set guifont=DejaVu\ Sans\ Mono\ for\ Powerline\ 11
|
||||
endif
|
||||
if !empty(g:spacevim_guifont)
|
||||
exe 'set guifont=' . g:spacevim_guifont
|
||||
endif
|
||||
endif
|
||||
|
||||
" 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')
|
||||
set shortmess=filnxtToOFs
|
||||
endif
|
||||
if !empty(g:spacevim_guifont)
|
||||
exe 'set guifont=' . g:spacevim_guifont
|
||||
endif
|
||||
if g:spacevim_enable_guicolors == 1
|
||||
if exists('+termguicolors')
|
||||
set termguicolors
|
||||
|
Loading…
Reference in New Issue
Block a user