Use DejaVu Sans Mono instead of Liberation Mono
This commit is contained in:
parent
b0070409c7
commit
54d8d8a29e
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -126,7 +126,7 @@ 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=Liberation\ Mono\ 11,
|
set guifont=DejaVu\ Sans\ 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