See https://github.com/equalsraf/neovim-qt/issues/732 for more context.
8 lines
128 B
VimL
8 lines
128 B
VimL
if exists(':GuiFont')
|
|
if platform#is_windows()
|
|
GuiFont! Consolas:h9
|
|
else
|
|
GuiFont Source\ Code\ Pro:h9
|
|
endif
|
|
endif
|