1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

The font name changed somewhere...

This commit is contained in:
Daniel Barber 2019-08-28 20:54:40 -04:00
parent 3181b3828c
commit 59a859d71a
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -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