Use basic system fonts
This commit is contained in:
parent
3c6d824e52
commit
3f08f570eb
1 changed files with 2 additions and 5 deletions
7
vimrc
7
vimrc
|
@ -127,13 +127,10 @@ endif
|
||||||
if has("gui_running")
|
if has("gui_running")
|
||||||
if has("gui_gtk")
|
if has("gui_gtk")
|
||||||
set clipboard=unnamedplus
|
set clipboard=unnamedplus
|
||||||
set guifont=Iosevka\ Term\ Light\ 11,
|
set guifont=Monospace\ 11
|
||||||
\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=Consolas:h10:cANSI
|
||||||
\Consolas:h10:cANSI
|
|
||||||
endif
|
endif
|
||||||
set background=light
|
set background=light
|
||||||
set columns=88
|
set columns=88
|
||||||
|
|
Loading…
Reference in a new issue