Use the Iosevka Term font if it's installed
This commit is contained in:
parent
3979c3ae1d
commit
66b9547611
1 changed files with 2 additions and 1 deletions
3
vimrc
3
vimrc
|
@ -129,7 +129,8 @@ 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=DejaVu\ Sans\ Mono\ 11,
|
set guifont=Iosevka\ Term\ 11,
|
||||||
|
\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