dotfiles/nvim/ginit.vim

9 lines
111 B
VimL

" nvim-qt settings {{{
if exists('g:GuiLoaded')
GuiFont Ubuntu Mono:h14
GuiTabline 0
endif
" }}}