Open
Description
I think adding an indent/padding to the tree would be nice.
Describe the solution you'd like
Add an option to modify the padding/indent of children in the tree (components/padding.lua)
function M.get_padding(depth, idx, nodes_number, node, markers) local padding = " "
Describe alternatives you've considered
Editing the source file directly and adding a space " ".
Before:
After:
It looks a bit nicer!