mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
added an option to move the cursor to the correct location in the tree
This commit is contained in:
@@ -105,6 +105,8 @@ return {
|
|||||||
-- Notifies only the relative path instead of the absolute
|
-- Notifies only the relative path instead of the absolute
|
||||||
absolute_path = false,
|
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
|
-- dynamically get the width of the tree
|
||||||
width = get_width,
|
width = get_width,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user