Update nvim-qt GuiFont setting

This commit is contained in:
Kenneth Benzie 2023-12-09 11:09:32 +00:00
parent 1de326471c
commit e378b83549

View File

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