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 6e4b3b1 commit 1830e5eCopy full SHA for 1830e5e
lua/nvim-tree/renderer/components/git.lua
@@ -21,6 +21,7 @@ local function build_icons_table(i)
21
["CM"] = { icons.unstaged },
22
[" T"] = { icons.unstaged },
23
["T "] = { icons.staged },
24
+ ["TM"] = { icons.staged, icons.unstaged },
25
["MM"] = { icons.staged, icons.unstaged },
26
["MD"] = { icons.staged },
27
["A "] = { icons.staged },
0 commit comments