nvim-tree.lua
nvim-tree.lua copied to clipboard
Multiple directories in the same tree
Is there a way to have more than one directory open in the same tree?
Let's say something like /projects/backend/
and /desktop/test/
I find it useful especially to facilitate access to code that is hosted in another directory
you mean multiple workspaces ? It's already been asked, but there is no way to do that currently.
Maybe multiple trees in one tab...
yes multiple trees, but following current implementation it would be quite hard to do and need a lot of refactoring in order to achieve.
Thanks for the feature request.
Unfortunately, nvim-tree is in a stable, feature complete state and we do not intend to add such features.