1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:30:03 +08:00
SpaceVim/ginit.vim

11 lines
206 B
VimL
Raw Normal View History

2017-03-06 23:26:26 +08:00
if exists('g:GuiLoaded')
2017-04-06 20:44:14 +08:00
if empty(g:spacevim_guifont)
exe 'Guifont! DejaVu Sans Mono for Powerline:h11:cANSI:qDRAFT'
else
exe 'Guifont! ' . g:spacevim_guifont
endif
2016-12-26 21:11:19 +08:00
endif
2017-03-06 23:26:26 +08:00
" vim:set et sw=2: