diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2023-08-26 16:16:30 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2023-08-26 16:16:30 -0600 |
commit | 36bc3b587bea9fc7f11615fe9233856ede24b9fd (patch) | |
tree | 1c384ef55cd2139a2533283c5b5a467f020d396f | |
parent | 4684efd8216bd3b4d2f2af7b439e030309e85206 (diff) |
chore: update neotree config due to migration
-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 = { |