From d79657f544f2ea2a747e501f807d8a37f4396ced Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 17 Jul 2019 14:14:05 +0100 Subject: [PATCH] Use Liberation Mono font instead of DejaVu Sans Mono --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index f00cdae..bd21709 100644 --- a/vimrc +++ b/vimrc @@ -130,7 +130,7 @@ if has("gui_running") if has("gui_gtk") set clipboard=unnamedplus set guifont=Iosevka\ Term\ Light\ 11, - \DejaVu\ Sans\ Mono\ 11, + \Liberation\ Mono\ 11, \Monospace\ Regular\ 11 elseif has("gui_win32") set clipboard=unnamed