Use the Iosevka Term font if it's installed

This commit is contained in:
Anthony Rose 2019-07-02 09:12:29 +01:00
parent 3979c3ae1d
commit 66b9547611

3
vimrc
View file

@ -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