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?
You must log in or register to comment.
Yes, just set the
renderer.group_empty = true
config parameter.