nanozuki / tabby.nvim

A declarative, highly configurable, and neovim style tabline plugin. Use your nvim tabs as a workspace multiplexer!
MIT License
587 stars 21 forks source link

Hide windows showing non-file buffers #57

Closed midrare closed 2 years ago

midrare commented 2 years ago

There are certain tool windows, like file browsers and issues lister, that show up in the window list but don't represent actual documents. It might make more sense to hide them from the window list. It could be an option. What do you think?


screenshot

nanozuki commented 2 years ago

Oh, I think this is a useful feature, I will try to add it.

nanozuki commented 2 years ago

Finally completed this feature; you can find that in this comment: https://github.com/nanozuki/tabby.nvim/issues/34#issuecomment-1260343041