From 59a859d71ac6fb403d32ec9a5389d3388c509e7b Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Wed, 28 Aug 2019 20:54:40 -0400 Subject: [PATCH] The font name changed somewhere... --- 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 e5abf38..7ca4594 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=Sauce\ Code\ Pro\ Nerd\ Font\ Complete\ Mono:h13 + set guifont=SauceCodePro\ Nerd\ Font\ Mono:h13 elseif has("gui_gtk2") set guifont=DejaVu\ Sans\ Mono\ 15 endif