fix: set deleted staged git status

This commit is contained in:
kiyan 2021-02-16 20:30:34 +01:00
parent bb7054fe79
commit 58a5e4ab48

View File

@ -147,6 +147,7 @@ if icon_state.show_git_icon then
},
["UU"] = { { icon = icon_state.icons.git_icons.unmerged, hl = "NvimTreeGitMerge" } },
[" D"] = { { icon = icon_state.icons.git_icons.deleted, hl = "NvimTreeGitDeleted" } },
["D "] = { { icon = icon_state.icons.git_icons.deleted, hl = "NvimTreeGitDeleted" } },
dirty = { { icon = icon_state.icons.git_icons.unstaged, hl = "NvimTreeGitDirty" } },
}