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

Switch to non mono nerdfont

This commit is contained in:
Daniel Barber 2021-04-01 12:05:27 -04:00
parent b1ed3eff2d
commit d80a9a7391

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=SauceCodePro\ Nerd\ Font\ Mono:h13
set guifont=SauceCodePro\ Nerd\ Font:h13
elseif has("gui_gtk2")
set guifont=DejaVu\ Sans\ Mono\ 15
endif