Iron-E
Iron-E
As for excluding specific files from the project, I have to agree with @zgramana: > The principle of least astonishment suggests `obj` and `bin` should excluded from scanning by default....
Does #282 fix the issue?
I will assume #282 fixed it :)
For my future reference, the line causing the extra separator to be drawn is [here](https://github.com/romgrk/barbar.nvim/blob/6d22f6bfca06edcce1c9962ed0e4c71e2f393907/lua/bufferline/render.lua#L911).
This feature is in development: #298. Feel free to try it out!
> @Iron-E is there a configuration for the `hide` attribute that will show all tabs (active and inactive), but hide inactive buffers? The body of the PR has it: >...
You can only have one tab focused at a time, that's a Vim limitation afaik. The tabs are still open, though. You can switch between them with the usual tab...
> 1. I don't think the function will be used very often. The PR implements a workaround for the bugs https://github.com/TeamNewPipe/NewPipe/issues/5557 and https://github.com/TeamNewPipe/NewPipe/issues/4186 - I would like to see fixes...
#334 implements this, and it's open for testing (for anyone interested).
@foersben you can actually get these now— see `:h barbar-setup.icons.separator`. This issue is only open to track the request of setting the icons up automatically with a preset.