Replies: 1 comment 2 replies
-
You can simply remove unwanted paths from prompt, not ideal and this is still a valid feature request. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I want to request a new feature for the nvim-tree: when you open/expand grouped folders, you can ungroup them. The user case is I sometimes need to add files in the middle folder, for example, if the main class of my java project is in com/a/b/c/app/Main.java, I might need to add a folder under com/a/b/c/config, for now, I am not sure how to do that.
the logic would be: grouped folders[closed] --> grouped folders[open] --> ungrouped folders[open] --> grouped folders[closed] ...
If there is a way to do that, please tell me. If not, I am happy to implement this feature.
Beta Was this translation helpful? Give feedback.
All reactions