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

Fix the guifont cannot take effect in MacOS.

This commit is contained in:
Alpha 2017-01-02 16:25:40 +08:00
parent f8f392ac16
commit 6d6f653526

View File

@ -10,6 +10,8 @@ if has("gui_running")
if WINDOWS()
" please install the font in 'Dotfiles\font'
set guifont=DejaVu_Sans_Mono_for_Powerline:h11:cANSI:qDRAFT
elseif OSX()
set guifont=DejaVu\ Sans\ Mono\ for\ Powerline:h11
else
set guifont=DejaVu\ Sans\ Mono\ for\ Powerline\ 11
endif