We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae1c33 commit 4520c03Copy full SHA for 4520c03
lua/nvim-tree/explorer/init.lua
@@ -198,7 +198,7 @@ function Explorer:reload(node, git_status)
198
199
local is_root = not node.parent
200
local child_folder_only = explorer_node.has_one_child_folder(node) and node.nodes[1]
201
- if config.group_empty and not is_root and child_folder_only then
+ if config.renderer.group_empty and not is_root and child_folder_only then
202
node.group_next = child_folder_only
203
local ns = self:reload(child_folder_only, git_status)
204
node.nodes = ns or {}
0 commit comments