Set highlight links for NvimTreeStatusLine (#330)

This commit is contained in:
Sindre T. Strøm
2021-04-21 20:40:49 +02:00
committed by GitHub
parent 796628a765
commit 96d8e20bff

View File

@@ -71,6 +71,8 @@ local function get_links()
LspDiagnosticsWarning = "LspDiagnosticsDefaultWarning", LspDiagnosticsWarning = "LspDiagnosticsDefaultWarning",
LspDiagnosticsInformation = "LspDiagnosticsDefaultInformation", LspDiagnosticsInformation = "LspDiagnosticsDefaultInformation",
LspDiagnosticsHint = "LspDiagnosticsDefaultHint", LspDiagnosticsHint = "LspDiagnosticsDefaultHint",
StatusLine = "StatusLine",
StatusLineNC = "StatusLineNC",
} }
end end