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 = {
|
||||
enabled = true,
|
||||
},
|
||||
group_empty_dirs = true, -- Not working well
|
||||
group_empty_dirs = false, -- Not working well
|
||||
use_libuv_file_watcher = true,
|
||||
},
|
||||
buffers = {
|
||||
follow_current_file = {
|
||||
enabled = true,
|
||||
},
|
||||
group_empty_dirs = true,
|
||||
},
|
||||
window = {
|
||||
position = "right",
|
||||
|
|
Loading…
Reference in a new issue