dotfiles/nvim/ginit.vim
2021-04-11 01:25:47 +02:00

6 lines
116 B
VimL

if exists("g:GtkGuiLoaded")
call rpcnotify(1, 'Gui', 'Font', 'Iosevka 12')
else
GuiFont! Iosevka:h12
endif