Skip to content

Commit 9840634

Browse files
committed
chore: use luals for style check
1 parent c83f971 commit 9840634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-tree/explorer/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ function Explorer:populate_children(handle, cwd, node, project, parent)
389389
if child then
390390
table.insert(node.nodes, child)
391391
nodes_by_path[child.absolute_path] = true
392-
child:update_git_status(node_ignored, 1)
392+
child:update_git_status(node_ignored, project)
393393
end
394394
elseif node.hidden_stats then
395395
for reason, value in pairs(FILTER_REASON) do

0 commit comments

Comments
 (0)