Replies: 1 comment 4 replies
-
We already have this feature. See require("neo-tree").setup({
nesting_rules = {
ts = { ".d.ts", "js", "css", "html", "scss" }
},
}) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not into neovim plug-ins, and I'm not familiar with this code aspe, but shouldn't be difficult to support vscode like file nesting, maybe by adopting the same config
https://code.visualstudio.com/updates/v1_67#_explorer-file-nesting
At the end of the day these are just "virtual" folders(?)
Also Xcode has the same feature by creating groups only in the ide but not as folders.
Beta Was this translation helpful? Give feedback.
All reactions