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?
Syndicated from the fediverse. Read and engage on the original instance.
View original on kbin.socialBasically 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?
1 reply
Yes, just set the
renderer.group_empty = trueconfig parameter.