Skip to content

Commit 1830e5e

Browse files
authored
feat(git): add TM git status (#2045)
* feat(git): add `TM` git status Potential fix for #2043. * fix: show as staged as well
1 parent 6e4b3b1 commit 1830e5e

File tree

1 file changed

+1
-0
lines changed
  • lua/nvim-tree/renderer/components

1 file changed

+1
-0
lines changed

lua/nvim-tree/renderer/components/git.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ local function build_icons_table(i)
2121
["CM"] = { icons.unstaged },
2222
[" T"] = { icons.unstaged },
2323
["T "] = { icons.staged },
24+
["TM"] = { icons.staged, icons.unstaged },
2425
["MM"] = { icons.staged, icons.unstaged },
2526
["MD"] = { icons.staged },
2627
["A "] = { icons.staged },

0 commit comments

Comments
 (0)