Make font larger
This commit is contained in:
parent
ecffa01938
commit
4b9c4f2629
1 changed files with 3 additions and 3 deletions
6
vimrc
6
vimrc
|
@ -120,9 +120,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=Fira\ Code\ Regular\ 11,
|
set guifont=Fira\ Code\ Regular\ 12,
|
||||||
\Liberation\ Mono\ 11,
|
\Liberation\ Mono\ 12,
|
||||||
\Monospace\ Regular\ 11
|
\Monospace\ Regular\ 12
|
||||||
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,
|
||||||
|
|
Loading…
Reference in a new issue