File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ if vim.g.nvim_tree_git_hl == 1 then
150
150
},
151
151
[" A" ] = { { hl = " none" } },
152
152
[" RM" ] = { { hl = " NvimTreeFileRenamed" } },
153
+ [" R" ] = { { hl = " NvimTreeFileRenamed" } },
153
154
[" !!" ] = { { hl = " NvimTreeGitIgnored" } },
154
155
dirty = { { hl = " NvimTreeFileDirty" } },
155
156
}
@@ -206,6 +207,7 @@ if icon_state.show_git_icon then
206
207
},
207
208
[" ??" ] = { { icon = icon_state .icons .git_icons .untracked , hl = " NvimTreeGitNew" } },
208
209
[" R " ] = { { icon = icon_state .icons .git_icons .renamed , hl = " NvimTreeGitRenamed" } },
210
+ [" R" ] = { { icon = icon_state .icons .git_icons .renamed , hl = " NvimTreeGitRenamed" } },
209
211
[" RM" ] = {
210
212
{ icon = icon_state .icons .git_icons .unstaged , hl = " NvimTreeGitDirty" },
211
213
{ icon = icon_state .icons .git_icons .renamed , hl = " NvimTreeGitRenamed" },
You can’t perform that action at this time.
0 commit comments