From d80a9a7391c2cee43fc25d809d86797c70e960b9 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Thu, 1 Apr 2021 12:05:27 -0400 Subject: [PATCH] Switch to non mono nerdfont --- vim/vimrc.d/fonts.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc.d/fonts.vim b/vim/vimrc.d/fonts.vim index 7ca4594..4922ba8 100644 --- a/vim/vimrc.d/fonts.vim +++ b/vim/vimrc.d/fonts.vim @@ -1,7 +1,7 @@ if has("gui_running") || has("gui_vimr") " Set GUI font according to OS if has("gui_macvim") - set guifont=SauceCodePro\ Nerd\ Font\ Mono:h13 + set guifont=SauceCodePro\ Nerd\ Font:h13 elseif has("gui_gtk2") set guifont=DejaVu\ Sans\ Mono\ 15 endif