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>
This commit is contained in:
Cristi
2023-11-19 05:47:10 +02:00
committed by GitHub
parent 633811c53d
commit 8f9169a059

View File

@@ -65,7 +65,7 @@ local function build_hl_table()
["MM"] = "NvimTreeFileDirty",
["AM"] = "NvimTreeFileDirty",
dirty = "NvimTreeFileDirty",
["A "] = "NvimTreeFileNew",
["A "] = "NvimTreeFileStaged",
["??"] = "NvimTreeFileNew",
["AU"] = "NvimTreeFileMerge",
["UU"] = "NvimTreeFileMerge",