neo-tree: disabled grouping of empty dirs
This commit is contained in:
parent
a325f788e8
commit
bc4037ef6f
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue