added an option to move the cursor to the correct location in the tree

This commit is contained in:
aminnairi
2024-01-03 18:04:20 +01:00
parent a39bafea15
commit 3b734c1806
@@ -105,6 +105,8 @@ return {
-- Notifies only the relative path instead of the absolute
absolute_path = false,
},
-- Move to the first letter of each folder/files instead of the beginning of the line
hijack_cursor = true,
-- dynamically get the width of the tree
width = get_width,
})