-
-
Notifications
You must be signed in to change notification settings - Fork 638
Open
Labels
PR pleasenvim-tree team does not have the bandwidth to implement; a PR will be gratefully appreciatednvim-tree team does not have the bandwidth to implement; a PR will be gratefully appreciatedQOLQuality Of Life ImprovementQuality Of Life Improvementfeature request
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!
Metadata
Metadata
Assignees
Labels
PR pleasenvim-tree team does not have the bandwidth to implement; a PR will be gratefully appreciatednvim-tree team does not have the bandwidth to implement; a PR will be gratefully appreciatedQOLQuality Of Life ImprovementQuality Of Life Improvementfeature request

