1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 00:10:07 +08:00

Fix guifont option

This commit is contained in:
wsdjeg 2017-01-07 16:49:21 +08:00
parent 7cadc9a9de
commit 02bbe5b2c1
3 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -0,0 +1,3 @@
function! SpaceVim#plugins#load() abort
endfunction

View File

@ -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