neo-tree: disabled grouping of empty dirs

This commit is contained in:
kalmenn 2023-12-21 23:45:24 +01:00
parent a325f788e8
commit bc4037ef6f
Signed by: kalmenn
GPG key ID: F500055C44BC3834

View file

@ -19,7 +19,7 @@ return {
follow_current_file = { follow_current_file = {
enabled = true, enabled = true,
}, },
group_empty_dirs = true, group_empty_dirs = false, -- Not working well
use_libuv_file_watcher = true, use_libuv_file_watcher = true,
}, },
buffers = { buffers = {