larger font

This commit is contained in:
Alex Yatskov 2019-06-07 18:43:47 -07:00
parent 95d359292a
commit 841daca011

View File

@ -56,9 +56,9 @@ if has('gui_running')
set guioptions-=r set guioptions-=r
if has('unix') if has('unix')
set guifont=Source\ Code\ Pro\ Regular\ 10 set guifont=Source\ Code\ Pro\ Regular\ 12
else else
set guifont=Source\ Code\ Pro\ Regular:h10 set guifont=Source\ Code\ Pro\ Regular:h12
endif endif
endif endif