mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:20:03 +08:00
11 lines
206 B
VimL
11 lines
206 B
VimL
if exists('g:GuiLoaded')
|
|
if empty(g:spacevim_guifont)
|
|
exe 'Guifont! DejaVu Sans Mono for Powerline:h11:cANSI:qDRAFT'
|
|
else
|
|
exe 'Guifont! ' . g:spacevim_guifont
|
|
endif
|
|
endif
|
|
|
|
" vim:set et sw=2:
|
|
|