Open
Description
Is this a question?
No
Can this functionality be implemented utilising API?
Don't think so
Is your feature request related to a problem? Please describe.
When using the option nvim-tree.renderer.indent_markers.inline_arrows
, there is no indent marker at level 0:
This is a pretty jarring inconsistency.
When inline_arrows
is on, I expect a column that contains arrows to be part of an indent marker.
Describe the solution you'd like
An option to render indent markers at level 0. Optionally, only if there are any folders present.
Describe alternatives you've considered
Have played around with the existing options in many configurations, none of them fit what I'd like.