Increase graphical font size to 20

This commit is contained in:
2022-11-02 15:17:57 -07:00
parent 048737bcd5
commit 62a7d969d6

2
vimrc
View File

@@ -7,7 +7,7 @@ set splitbelow
syntax on syntax on
if has('gui_running') if has('gui_running')
set gfn=Iosevka\ Medium\ 15 set gfn=Iosevka\ Medium\ 20
colorscheme solarized colorscheme solarized
let g:solarized_menu=0 let g:solarized_menu=0
else else