From 3b281f3a2c42174e87877e7997c52bb6d1490185 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 6 Feb 2023 09:02:51 +0000 Subject: [PATCH] Use Go Mono on Windows --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 99e03cb..927f5eb 100644 --- a/vimrc +++ b/vimrc @@ -159,7 +159,7 @@ if has('gui_running') set guifont=Monospace\ 10 elseif has('gui_win32') set clipboard=unnamed - set guifont=Iosevka_Fixed_Extended:h10:cANSI + set guifont=Go_Mono:h10:cANSI set rop=type:directx endif set columns=132