romgrk / barbar.nvim

The neovim tabline plugin.
2.26k stars 85 forks source link

Question: Is there a way in barbar to disable creating buffer tabs and only enabling tabs? #530

Closed mdkul22 closed 1 year ago

mdkul22 commented 1 year ago

I really like the way barbar has implemented the tabline but I am wasn't looking for tab creation for each and every buffer. I would want the buffer creation to be handled the old school vim way whereas show only tabs in the tabline. Is there a way I can implement this in my barbar.nvim config? Any help is appreciated!

Iron-E commented 1 year ago

See https://github.com/romgrk/barbar.nvim/issues/87#issuecomment-753578095

I'd recommend using pins and/or the hide setting instead.