* feat(#1917): add renderer.highlight_diagnostics * feat(#1917): add renderer.highlight_diagnostics * feat(#1917): add enderer.icons.diagnostics_placement * feat(#1917): add renderer.icons.show.diagnostics * feat(#1917): document highlight overrides
This commit is contained in:
committed by
GitHub
parent
28c3980b25
commit
323f65cb9c
@@ -81,6 +81,14 @@ local function get_links()
|
||||
FileStaged = "NvimTreeGitStaged",
|
||||
FileDeleted = "NvimTreeGitDeleted",
|
||||
FileIgnored = "NvimTreeGitIgnored",
|
||||
LspDiagnosticsError = "DiagnosticError",
|
||||
LspDiagnosticsWarning = "DiagnosticWarn",
|
||||
LspDiagnosticsInformation = "DiagnosticInfo",
|
||||
LspDiagnosticsHint = "DiagnosticHint",
|
||||
LspDiagnosticsErrorText = "NvimTreeLspDiagnosticsError",
|
||||
LspDiagnosticsWarningText = "NvimTreeLspDiagnosticsWarning",
|
||||
LspDiagnosticsInformationText = "NvimTreeLspDiagnosticsInformation",
|
||||
LspDiagnosticsHintText = "NvimTreeLspDiagnosticsHintFile",
|
||||
Popup = "Normal",
|
||||
GitIgnored = "Comment",
|
||||
StatusLine = "StatusLine",
|
||||
|
||||
Reference in New Issue
Block a user