Make the font larger and more readable

This commit is contained in:
Anthony Rose 2019-05-23 15:59:23 +01:00
parent 6e5577dd0c
commit 76d2f4dc01

5
vimrc
View file

@ -122,8 +122,9 @@ endif
if has("gui_running") if has("gui_running")
if has("gui_gtk2") || has("gui_gtk3") if has("gui_gtk2") || has("gui_gtk3")
set clipboard=unnamedplus set clipboard=unnamedplus
set guifont=Liberation\ Mono\ 9, set guifont=Fira\ Code\ Regular\ 11,
\Monospace\ Regular\ 9 \Liberation\ Mono\ 11,
\Monospace\ Regular\ 11
elseif has("gui_win32") elseif has("gui_win32")
set clipboard=unnamed set clipboard=unnamed
set guifont=Source_Code_Pro:h9:cANSI:qDRAFT, set guifont=Source_Code_Pro:h9:cANSI:qDRAFT,