We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf17675 + 5ad8762 commit 4ca40cbCopy full SHA for 4ca40cb
lua/nvim-tree/node/init.lua
@@ -80,7 +80,7 @@ function BaseNode:reload_node_status(projects)
80
for _, node in ipairs(self.nodes) do
81
node:update_git_status(self:is_git_ignored(), status)
82
if node.nodes and #node.nodes > 0 then
83
- self:reload_node_status(projects)
+ node:reload_node_status(projects)
84
end
85
86
0 commit comments