diff options
Diffstat (limited to 'lua/plugins')
-rw-r--r-- | lua/plugins/neo-tree.lua | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lua/plugins/neo-tree.lua b/lua/plugins/neo-tree.lua index 02182e6..01433cc 100644 --- a/lua/plugins/neo-tree.lua +++ b/lua/plugins/neo-tree.lua @@ -120,7 +120,9 @@ return { -- ".null-ls_*", }, }, - follow_current_file = true, + follow_current_file = { + enabled = true + }, group_empty_dirs = false, hijack_netrw_behavior = "open_default", use_libuv_file_watcher = false, @@ -150,7 +152,9 @@ return { }, buffers = { bind_to_cwd = true, - follow_current_file = true, + follow_current_file = { + enabled = true + }, group_empty_dirs = true, show_unloaded = true, window = { |