feat(neo-tree): Don't group empty dirs anymore

This commit is contained in:
kalmenn 2024-09-25 15:45:40 +02:00
parent ec74c2d18f
commit 3c89a409f0
Signed by: kalmenn
GPG key ID: F500055C44BC3834

View file

@ -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",