Is there a way, with nvim-tree, to collapse nested folders?

Basically title, i.e. in Java projects with like com/app/name/main, is there a way with nvim-tree to just show that as one level, instead of several levels?

3 points · 1 comments · view on lemmy.world

1 Comments

suliatis@open-source.social · 1 pts · 3y

Yes, just set the renderer.group_empty = true config parameter.