daa84 / neovim-gtk

gtk ui for neovim
GNU General Public License v3.0
718 stars 56 forks source link

Possible to show Buffer list? (As in vim-airline)? #33

Closed ammen99 closed 6 years ago

ammen99 commented 6 years ago

screenshot-2017-12-08-09 15 33

See the first "line", it is a list of the currently opened buffers(this is terminal neovim). In the GUI they are not visible(and other NVIM GUIs I've tested show them)

daa84 commented 6 years ago

You can try to disable external tabline, maybe this helps https://github.com/daa84/neovim-gtk/wiki/Configuration#options

ammen99 commented 6 years ago

thanks, this seems to work. The first time I read about this option I thought that it wouldn't affect the "internal" tabline, but it does!