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?
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?
1 Comments
suliatis@open-source.social · 1 pts · 3y
Yes, just set the
renderer.group_empty = trueconfig parameter.