-
-
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
Multi Instance: Refactor: nvim-tree.view #2826
Comments
I’m stepping away from this task for now as my workload has increased significantly with the upcoming big release. I'll revisit it once things settle down a bit on my end. |
No worries; there's no hurry to implement this any time soon. nvim-tree is grateful for the incredible amount of work you've done so far. |
nvim-tree.view
is a stateful singleton. Make it an instantiable class owned byExplorer
.All usages must go through the
TreeExplorer
singleton.This will be more difficult than other such refactors, as configuration and state are conflated and both mutated. See #2811
The text was updated successfully, but these errors were encountered: