daa84 / neovim-gtk

gtk ui for neovim
GNU General Public License v3.0
716 stars 57 forks source link

[Feature Request] Vim airline topbar. #119

Closed VentGrey closed 6 years ago

VentGrey commented 6 years ago

It would be nice to re-enable the vim-airline topbar when the env variable NVIM_GTK_NO_HEADERBAR=1 is on so we could get a look like the image shown on the readme.md file :)

Arvedui commented 6 years ago

Just adding call rpcnotify(1, 'Gui', 'Option', 'Tabline', 0) should bring back the vim-airline topbar.

VentGrey commented 6 years ago

Thanks a lot! :D