preserve window proportions does not apply to vertical splits #2116
Unanswered
DylanMartin0930
asked this question in
Q&A
Replies: 1 comment
-
A little debugging indicates that resizing is not done when opening the tree when It's vim that's doing the resizing, not nvim-tree. You can demonstrate this by opening another vertical split inside a narrow window. Take a look at |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
when setting preserve_window_proportions to true, it preserves the sizing of horizontal splits only
Neovim version
Operating system and version
Macos Ventura 13.3
nvim-tree version
fb65be0
Minimal config
Steps to reproduce
Expected behavior
expect vertical split to stay the same size after toggling file tree on and off
Actual behavior
toggling file tree on and off causes vertical splits to be resized to be 50/50
Beta Was this translation helpful? Give feedback.
All reactions