mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
9 lines
132 B
VimL
9 lines
132 B
VimL
|
" nvim-qt settings {{{
|
||
|
|
||
|
if exists('g:GuiLoaded')
|
||
|
GuiFont Ubuntu Mono derivative Powerline:h14
|
||
|
GuiTabline 0
|
||
|
endif
|
||
|
|
||
|
" }}}
|