Use Liberation Mono font instead of DejaVu Sans Mono
This commit is contained in:
parent
aced103ceb
commit
d79657f544
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -130,7 +130,7 @@ 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=Iosevka\ Term\ Light\ 11,
|
||||||
\DejaVu\ Sans\ Mono\ 11,
|
\Liberation\ Mono\ 11,
|
||||||
\Monospace\ Regular\ 11
|
\Monospace\ Regular\ 11
|
||||||
elseif has("gui_win32")
|
elseif has("gui_win32")
|
||||||
set clipboard=unnamed
|
set clipboard=unnamed
|
||||||
|
|
Loading…
Reference in a new issue