feat(neo-tree): Don't group empty dirs anymore
This commit is contained in:
parent
ec74c2d18f
commit
3c89a409f0
|
@ -26,14 +26,13 @@ return {
|
||||||
follow_current_file = {
|
follow_current_file = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
},
|
},
|
||||||
group_empty_dirs = true, -- Not working well
|
group_empty_dirs = false, -- Not working well
|
||||||
use_libuv_file_watcher = true,
|
use_libuv_file_watcher = true,
|
||||||
},
|
},
|
||||||
buffers = {
|
buffers = {
|
||||||
follow_current_file = {
|
follow_current_file = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
},
|
},
|
||||||
group_empty_dirs = true,
|
|
||||||
},
|
},
|
||||||
window = {
|
window = {
|
||||||
position = "right",
|
position = "right",
|
||||||
|
|
Loading…
Reference in a new issue