From 69df762e39cb2ced0cbfc2c67fa33308ecf0def4 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 30 May 2023 11:51:26 +0100 Subject: [PATCH] Use Cascadia Code on Windows --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 5e3fa7c..5fb81cd 100644 --- a/vimrc +++ b/vimrc @@ -263,7 +263,7 @@ if has('gui_running') set guifont=Monospace\ 10 elseif has('gui_win32') set clipboard=unnamed - set guifont=Go_Mono:h10:cANSI + set guifont=Cascadia_Code:h10:cANSI set rop=type:directx endif set columns=132