diff --git a/lua/custom/plugins/filetree.lua b/lua/custom/plugins/filetree.lua index 25d2e420..be8574c6 100644 --- a/lua/custom/plugins/filetree.lua +++ b/lua/custom/plugins/filetree.lua @@ -20,7 +20,9 @@ return { hide_gitignored = true, }, bind_to_cwd = false, - follow_current_file = true, + follow_current_file = { + enabled = true, + }, hijack_netrw_behavior = "open_current", }, },