Don't use GUI tabs in neovim-qt
This commit is contained in:
parent
61ce53bfd3
commit
27c42a6a92
@ -5,3 +5,8 @@ if exists(':GuiFont')
|
||||
GuiFont Source\ Code\ Pro:h9
|
||||
endif
|
||||
endif
|
||||
|
||||
if exists(':GuiTabline')
|
||||
" Don't use GUI tabline, matches terminal tabline.
|
||||
GuiTabline 0
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user