-
Notifications
You must be signed in to change notification settings - Fork 234
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
BUG: Longest node may be calculated incorrectly #1639
Comments
re: non-ascii, can you try #1623 ? |
It does not work: |
Try setting the alignment of the components. Relevant default config: neo-tree.nvim/lua/neo-tree/defaults.lua Line 291 in 2a0b2c5
|
Yeah, I've tried that, but I don't know which one I should set, I find it only can be 'left' or 'right', but when I set it to 'left': I've tried other combinations, like: Or update container directly: |
Did you check docs and existing issues?
Neovim Version (nvim -v)
0.10.1
Operating System / Version
WSL2 + Ubuntu 22.04 LTS
Describe the Bug
Setting all the require_width = 0, this will make all the components show when opening neo-tree, then use
toggle_auto_expand_width
, there will be some components don't show fully:For the non-anscii characters, even if the window is wide enough, the caontainers' content will not be align correctly:
Screenshots, Traceback
No response
Steps to Reproduce
Expected Behavior
Show the correct length.
Your Configuration
The text was updated successfully, but these errors were encountered: