kdheepak / tabline.nvim

A "buffer and tab" tabline for neovim
MIT License
230 stars 17 forks source link

Splitting show_tabs_always into show_tabline_buffers and show_tabline_tabs #43

Open keklleo opened 2 years ago

keklleo commented 2 years ago

This PR removes show_tabs_always (which was not even properly documented btw) and adds two options to take its place: show_tabline_buffers and show_tabline_tabs. How these exactly work is documented in the README. When there is nothing to show, the tabline will just vanish. These options also properly function in combination with show_tabs_only. This aims to make the tabline more configurable for everybody, "tab" and "buffer" users alike.

Also huge thanks to @s-cerevisiae for the enormous help fixing visibility updating issues.