1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 06:50:04 +08:00
SpaceVim/ginit.vim

7 lines
117 B
VimL
Raw Normal View History

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