set font on linux

This commit is contained in:
Alex Yatskov 2017-05-06 10:59:33 -07:00
parent c83cce0ab6
commit 3d404b6e11

View File

@ -53,7 +53,9 @@ if has('gui_running')
set guioptions-=r
if has('win32')
set guifont=Lucida_Console:h10
set guifont=Lucida_Console:h12
else
set guifont=Monospace\ 12
endif
endif