nerd_tree follow_symbolic_link

This commit is contained in:
Amber
2024-04-17 16:54:54 +02:00
parent 207cc4934b
commit 198b4cdfd3
5 changed files with 28 additions and 6 deletions

View File

@ -16,6 +16,7 @@ if __name__ == '__main__':
# opts for generatign the tree
opts = {
'items_to_exclude' : cmd_args.exclude or [],
'follow_symbolic_link': True,
}
if show_subtree_info: