Closed
Description
- I have a project with an annoyingly long tree for files due to cmake invoking an external project with nested files.
I would like to mark certain folders for fast jumping, for which I currently use shell aliases and new neovim instances.
What would you suggest to use for that? How should this be implemented in nvim-tree.lua and where would you suggest I start?
- How should be interaction with nvim-tree be designed, ie when I want to create commands/shortcuts, like for jumping to the git root folder?