Skip to content

Commit 96d8e20

Browse files
authored
Set highlight links for NvimTreeStatusLine (#330)
1 parent 796628a commit 96d8e20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/nvim-tree/colors.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ local function get_links()
7171
LspDiagnosticsWarning = "LspDiagnosticsDefaultWarning",
7272
LspDiagnosticsInformation = "LspDiagnosticsDefaultInformation",
7373
LspDiagnosticsHint = "LspDiagnosticsDefaultHint",
74+
StatusLine = "StatusLine",
75+
StatusLineNC = "StatusLineNC",
7476
}
7577
end
7678

0 commit comments

Comments
 (0)