neo-tree.nvim
neo-tree.nvim copied to clipboard
FEATURE: Resize vsplits on open
Did you check the docs?
- [X] I have read all the docs.
Is your feature request related to a problem? Please describe.
I'm switching from NvimTree. Previously, if I had multiple vsplits open and I toggled NvimTree, all of the vsplits would resize to make space for the sidebar. So if the sidebar was 40 chars wide and I had two vsplits open, they would become 20 chars more narrow. I'm not totally sure what logic was used to resize open vsplits but it was something like that.
NeoTree just takes space off the far left window when opening.
Describe the solution you'd like.
I'd like to have an option to do something similar with NeoTree.
Describe alternatives you've considered.
No response
Additional Context
Thank you!