fix(#1354): add missing :hi NvimTreeFileIgnored (#1358)

This commit is contained in:
Alexander Courtis
2022-06-18 18:42:12 +10:00
committed by GitHub
parent e82a921baa
commit 1fc0eee946
3 changed files with 26 additions and 21 deletions

View File

@@ -74,6 +74,7 @@ local function get_links()
FileMerge = "NvimTreeGitMerge",
FileStaged = "NvimTreeGitStaged",
FileDeleted = "NvimTreeGitDeleted",
FileIgnored = "NvimTreeGitIgnored",
Popup = "Normal",
GitIgnored = "Comment",
StatusLine = "StatusLine",