diff --git a/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/nvimtree.lua b/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/nvimtree.lua index e09f515..d9fd7d2 100644 --- a/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/nvimtree.lua +++ b/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/nvimtree.lua @@ -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, })