Skip to content

Commit

Permalink
tree: update deprecated neo-tree settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Jun 8, 2024
1 parent 3db367c commit 50d6f1c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lua/nxvim/plugins/neo-tree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ local config = {
--"thumbs.db"
},
},
follow_current_file = true,
follow_current_file = {
enabled = true,
},
group_empty_dirs = false,
hijack_netrw_behavior = "open_default",
use_libuv_file_watcher = false,
Expand Down Expand Up @@ -142,7 +144,9 @@ local config = {
},
},
buffers = {
follow_current_file = true,
follow_current_file = {
enabled = true,
},
group_empty_dirs = true, -- when true, empty folders will be grouped together
show_unloaded = true,
},
Expand Down

0 comments on commit 50d6f1c

Please sign in to comment.