fixed renamed icon not showing

This commit is contained in:
chomosuke
2022-12-06 21:36:58 +11:00
parent f65dc0d4e3
commit 5c6acd554e

View File

@@ -11,6 +11,7 @@ local function build_icons_table(i)
unstaged = { icon = i.unstaged, hl = "NvimTreeGitDirty" },
untracked = { icon = i.untracked, hl = "NvimTreeGitNew" },
unmerged = { icon = i.unmerged, hl = "NvimTreeGitMerge" },
renamed = { icon = i.renamed, hl = "NvimTreeGitRenamed" },
deleted = { icon = i.deleted, hl = "NvimTreeGitDeleted" },
ignored = { icon = i.ignored, hl = "NvimTreeGitIgnored" },
}