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.
1 parent 751410b commit 52e5c2eCopy full SHA for 52e5c2e
lua/nvim-tree/node/init.lua
@@ -147,7 +147,7 @@ function BaseNode:reload_node_status(projects)
147
for _, node in ipairs(self.nodes) do
148
node:update_git_status(self:is_git_ignored(), status)
149
if node.nodes and #node.nodes > 0 then
150
- self:reload_node_status(projects)
+ node:reload_node_status(projects)
151
end
152
153
0 commit comments