hotfix git state AA
This commit is contained in:
@@ -104,6 +104,11 @@ if vim.g.nvim_tree_git_hl == 1 then
|
|||||||
{ hl = "NvimTreeFileStaged" },
|
{ hl = "NvimTreeFileStaged" },
|
||||||
{ hl = "NvimTreeFileNew" }
|
{ hl = "NvimTreeFileNew" }
|
||||||
},
|
},
|
||||||
|
-- not sure about this one
|
||||||
|
["AA"] = {
|
||||||
|
{ hl = "NvimTreeFileMerge" },
|
||||||
|
{ hl = "NvimTreeFileStaged" }
|
||||||
|
},
|
||||||
["AD"] = {
|
["AD"] = {
|
||||||
{ hl = "NvimTreeFileStaged" },
|
{ hl = "NvimTreeFileStaged" },
|
||||||
},
|
},
|
||||||
@@ -170,6 +175,11 @@ if icon_state.show_git_icon then
|
|||||||
[" A"] = {
|
[" A"] = {
|
||||||
{ icon = icon_state.icons.git_icons.untracked, hl = "NvimTreeGitNew" },
|
{ icon = icon_state.icons.git_icons.untracked, hl = "NvimTreeGitNew" },
|
||||||
},
|
},
|
||||||
|
-- not sure about this one
|
||||||
|
["AA"] = {
|
||||||
|
{ icon = icon_state.icons.git_icons.unmerged, hl = "NvimTreeGitMerge" },
|
||||||
|
{ icon = icon_state.icons.git_icons.untracked, hl = "NvimTreeGitNew" },
|
||||||
|
},
|
||||||
["AM"] = {
|
["AM"] = {
|
||||||
{ icon = icon_state.icons.git_icons.staged, hl = "NvimTreeGitStaged" },
|
{ icon = icon_state.icons.git_icons.staged, hl = "NvimTreeGitStaged" },
|
||||||
{ icon = icon_state.icons.git_icons.unstaged, hl = "NvimTreeGitDirty" }
|
{ icon = icon_state.icons.git_icons.unstaged, hl = "NvimTreeGitDirty" }
|
||||||
|
|||||||
Reference in New Issue
Block a user