We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48be1e7 commit 65e36cbCopy full SHA for 65e36cb
lua/nvim-tree/node/init.lua
@@ -48,7 +48,7 @@ end
48
function BaseNode:update_git_status(parent_ignored, status)
49
local get_status
50
if self.nodes then
51
- get_status = git.git_status_file
+ get_status = git.git_status_dir
52
else
53
get_status = git.git_status_file
54
end
@@ -62,7 +62,6 @@ function BaseNode:update_git_status(parent_ignored, status)
62
63
64
65
----TODO this broke git parent status at ddc1d5f1c12847fce19a8f23d9d742b1bbf0ed31
66
---@return GitStatus|nil
67
function BaseNode:get_git_status()
68
if not self.git_status then
0 commit comments