Fix vimgui font.

This commit is contained in:
David Tomaschik
2015-09-10 23:59:16 -07:00
parent a806e19b7c
commit a6fe923b11

View File

@@ -54,7 +54,7 @@ set encoding=utf-8
syntax on syntax on
set background=dark set background=dark
if has('gui_running') if has('gui_running')
set guifont=Inconsolata\ 11 set guifont=Inconsolata\ Medium\ 12
else else
let g:solarized_termcolors=256 let g:solarized_termcolors=256
endif endif