add include path

This commit is contained in:
Amber
2024-02-22 09:40:24 +01:00
parent 307bc5a15f
commit 8a71cee126
3 changed files with 15 additions and 1 deletions

View File

@ -19,6 +19,7 @@ if __name__ == '__main__':
find_opts = {
'dont_show_children_nodes': not show_children_nodes,
'type' : cmd_args.type,
'items_to_include' : cmd_args.include or [],
}
ntree = NerdTreeFind(path, opts=opts)