Don't use GUI tabs in neovim-qt

This commit is contained in:
Kenneth Benzie 2022-06-15 22:12:28 +01:00
parent 61ce53bfd3
commit 27c42a6a92

View File

@ -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