mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 17:49:57 +08:00
Fix the guifont cannot take effect in MacOS.
This commit is contained in:
parent
f8f392ac16
commit
6d6f653526
@ -10,6 +10,8 @@ if has("gui_running")
|
|||||||
if WINDOWS()
|
if WINDOWS()
|
||||||
" please install the font in 'Dotfiles\font'
|
" please install the font in 'Dotfiles\font'
|
||||||
set guifont=DejaVu_Sans_Mono_for_Powerline:h11:cANSI:qDRAFT
|
set guifont=DejaVu_Sans_Mono_for_Powerline:h11:cANSI:qDRAFT
|
||||||
|
elseif OSX()
|
||||||
|
set guifont=DejaVu\ Sans\ Mono\ for\ Powerline:h11
|
||||||
else
|
else
|
||||||
set guifont=DejaVu\ Sans\ Mono\ for\ Powerline\ 11
|
set guifont=DejaVu\ Sans\ Mono\ for\ Powerline\ 11
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user