From 36bc3b587bea9fc7f11615fe9233856ede24b9fd Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sat, 26 Aug 2023 16:16:30 -0600 Subject: chore: update neotree config due to migration --- lua/plugins/neo-tree.lua | 8 ++++++-- 1 file 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 = { -- cgit v1.2.3-54-g00ecf