Skip to content

Commit 8f9169a

Browse files
tomcriCristian Tomaalex-courtis
authored
fix: git highlight for new staged files (#2534)
Co-authored-by: Cristian Toma <cristian.toma@vivre.eu> Co-authored-by: Alexander Courtis <alex@courtis.org>
1 parent 633811c commit 8f9169a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ local function build_hl_table()
6565
["MM"] = "NvimTreeFileDirty",
6666
["AM"] = "NvimTreeFileDirty",
6767
dirty = "NvimTreeFileDirty",
68-
["A "] = "NvimTreeFileNew",
68+
["A "] = "NvimTreeFileStaged",
6969
["??"] = "NvimTreeFileNew",
7070
["AU"] = "NvimTreeFileMerge",
7171
["UU"] = "NvimTreeFileMerge",

0 commit comments

Comments
 (0)