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 21d532f + 582ae48 commit 6218f9cCopy full SHA for 6218f9c
lua/nvim-tree/renderer/decorator/git.lua
@@ -62,7 +62,7 @@ function GitDecorator:build_icons_by_status(glyphs)
62
self.icons_by_status.ignored = { str = glyphs.ignored, hl = { "NvimTreeGitIgnoredIcon" }, ord = 7 }
63
end
64
65
----@param icons GitIconsByXY
+---@param icons GitIconsByStatus
66
function GitDecorator:build_icons_by_xy(icons)
67
self.icons_by_xy = {
68
["M "] = { icons.staged },
0 commit comments