Open sahinakkaya opened 11 months ago
Fixed! Your issue was VERY easy to read and replicate. Thank you so much!
I'm glad I could have helped. And thank you for the fix! :heart:
Hey @pysan3, I just got a chance to test this. I think it fixes the half of the problem.
Expected Behavior
"I expect the active tab to be shown without trimming" and other tabs to be trimmed when there is not enough space.
Currently, it trims active tab with all other tabs. Is it too hard to achieve what I want?
I know what you are trying say. It's fixable but I'm currently busy on other tasks and went with the easiest fix.
I promise I come back to this issue ;)
Hey @pysan3, I wonder if you are still busy with other things or you forgot about this. If latter, consider this as a friendly ping :)
Hi, thanks for the notification.
Well unfortunately it's my time constraints... I'm now focusing on the performance improvements that should affect most people and I don't think I can come back to this issue until that's finished.
As always, contributions are welcome!
Did you check docs and existing issues?
Neovim Version (nvim -v)
NVIM v0.10.0-dev-2009+g4095b2838
Operating System / Version
Irrelevant
Describe the Bug
I have the following behaviour in neo-tree:
https://github.com/nvim-neo-tree/neo-tree.nvim/assets/32161460/5fed459a-63dd-48c2-ae82-90d492a97ffb
I know it is clearly stated it in the docs that
tabs_layout
work when there is more than enough space:But it is also stated in readme:
So here I am :)
Screenshots, Traceback
No response
Steps to Reproduce
repro.lua
providedExpected Behavior
I expect the active tab to be shown without trimming and other tabs to be trimmed when there is not enough space.
Your Configuration