From e378b8354932eabe9d08bddff5e174f081540ab2 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sat, 9 Dec 2023 11:09:32 +0000 Subject: [PATCH] Update nvim-qt GuiFont setting --- ginit.vim | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ginit.vim b/ginit.vim index 526e55b..b933deb 100644 --- a/ginit.vim +++ b/ginit.vim @@ -1,9 +1,5 @@ if exists(':GuiFont') - if platform#is_windows() - GuiFont! Source\ Code\ Pro:h10 - else - GuiFont Source\ Code\ Pro:h9 - endif + GuiFont! CaskaydiaCove\ Nerd\ Font\ Mono:h9 endif if exists(':GuiTabline')