-
-
Notifications
You must be signed in to change notification settings - Fork 610
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(#3015): dynamic width no longer truncates on right_align icons #3022
Conversation
Thanks for the fix, however I'm having trouble replicating and validating it. Please provide a clean room configuration and instructions on how I can demonstrate the fix with it. |
For what it's worth, this is not a solution I'm completely satisfied with. I placed the fix into Screen.Recording.2024-12-11.at.19.11.49.movAnother problem I could observe is that when nvim tree buffer is open and a new Screen.Recording.2024-12-11.at.19.27.07.movI don't know the internals of |
293d288
to
2c6dd75
Compare
Addressed the CI issues |
This change does address the issue for width whilst focused. Unfortunately the width when changing is a regression. View is quite fragile. It is targeted for a refactor during https://github.com/orgs/nvim-tree/projects/1 however that will not address this issue. A full solution is desirable, let's see what we can come up with. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works nicely for a variety of width cases.
Many thanks for resolving this one!
grow
Fixes #3015