@@ -150,6 +150,7 @@ if vim.g.nvim_tree_git_hl == 1 then
|
|||||||
},
|
},
|
||||||
[" A"] = { { hl = "none" } },
|
[" A"] = { { hl = "none" } },
|
||||||
["RM"] = { { hl = "NvimTreeFileRenamed" } },
|
["RM"] = { { hl = "NvimTreeFileRenamed" } },
|
||||||
|
[" R"] = { { hl = "NvimTreeFileRenamed" } },
|
||||||
["!!"] = { { hl = "NvimTreeGitIgnored" } },
|
["!!"] = { { hl = "NvimTreeGitIgnored" } },
|
||||||
dirty = { { hl = "NvimTreeFileDirty" } },
|
dirty = { { hl = "NvimTreeFileDirty" } },
|
||||||
}
|
}
|
||||||
@@ -206,6 +207,7 @@ if icon_state.show_git_icon then
|
|||||||
},
|
},
|
||||||
["??"] = { { icon = icon_state.icons.git_icons.untracked, hl = "NvimTreeGitNew" } },
|
["??"] = { { icon = icon_state.icons.git_icons.untracked, hl = "NvimTreeGitNew" } },
|
||||||
["R "] = { { icon = icon_state.icons.git_icons.renamed, hl = "NvimTreeGitRenamed" } },
|
["R "] = { { icon = icon_state.icons.git_icons.renamed, hl = "NvimTreeGitRenamed" } },
|
||||||
|
[" R"] = { { icon = icon_state.icons.git_icons.renamed, hl = "NvimTreeGitRenamed" } },
|
||||||
["RM"] = {
|
["RM"] = {
|
||||||
{ icon = icon_state.icons.git_icons.unstaged, hl = "NvimTreeGitDirty" },
|
{ icon = icon_state.icons.git_icons.unstaged, hl = "NvimTreeGitDirty" },
|
||||||
{ icon = icon_state.icons.git_icons.renamed, hl = "NvimTreeGitRenamed" },
|
{ icon = icon_state.icons.git_icons.renamed, hl = "NvimTreeGitRenamed" },
|
||||||
|
|||||||
Reference in New Issue
Block a user