We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Many nvim-tree.lua functions operate on an Explorer, move them in.
The text was updated successfully, but these errors were encountered:
Few functions could be moved.
The main usages of explorer are the autocommands. These could be moved into Explorer, with a group per instance, deleted on destroy.
Sorry, something went wrong.
change_root allows/requires moving the following:
change_root
find-file
toggle and open will still require core.get_explorer
toggle
open
core.get_explorer
refactor(#2926): move find-file and change_root to Explorer
ad1c408
find-file cannot move as it operates without an explorer instance
alex-courtis
Successfully merging a pull request may close this issue.
Many nvim-tree.lua functions operate on an Explorer, move them in.
The text was updated successfully, but these errors were encountered: