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 e2eb3ca commit 1c7dcb2Copy full SHA for 1c7dcb2
lua/nvim-tree/node/init.lua
@@ -62,6 +62,7 @@ function BaseNode:update_git_status(parent_ignored, status)
62
end
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