Is possible to persist nvim-tree when switching between tabs? #2606
Replies: 3 comments · 1 reply
-
This is planned: #2255 This is not a trivial change. As usual, Pull Requestsare most gratefully appreciated. |
Beta Was this translation helpful? Give feedback.
-
Not exactly persisting the same instance, but I reached an acceptable workaround for me with:
Untitled.movWhich persists the tree size/state across tabs The main caveat is that resizing the tree doesn't automatically apply to other tabs But if you resize with Closest I'm going to get I think |
Beta Was this translation helpful? Give feedback.
-
is this the answer @diegoulloao and @alex-courtis : https://github.com/mikew/nvim-drawer?tab=readme-ov-file#nvim-tree |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd to see nvim-tree persisting when switching between tabs.
I think you'd understand the idea by watching this video:
Screen.Recording.mp4
I tried to simulate the behavior. Not sure if is feasible to implement it as an option.
What's currently happening is that I've opened nvim-tree at the side of both buffers.
Beta Was this translation helpful? Give feedback.
All reactions