Co-authored-by: Alexander Courtis <alex@courtis.org>
This commit is contained in:
committed by
GitHub
parent
74996b8626
commit
d8b154c5f0
@@ -341,6 +341,8 @@ function Builder:_build_line(node, idx, num_children, unloaded_bufnr)
|
||||
|
||||
self.index = self.index + 1
|
||||
|
||||
node = require("nvim-tree.lib").get_last_group_node(node)
|
||||
|
||||
if node.open then
|
||||
self.depth = self.depth + 1
|
||||
self:build(node, unloaded_bufnr)
|
||||
|
||||
Reference in New Issue
Block a user