always group nearly empty nodes in the tree

This commit is contained in:
aminnairi
2024-01-03 18:07:03 +01:00
parent f0ea2b3559
commit 848f875151
@@ -124,6 +124,8 @@ return {
renderer = {
-- Never add trailing slashes for folders name
add_trailing = false,
-- Always group directories in the tree for those that only have one child node
group_empty = true,
})
local whichKey = require("which-key")