* feat(#2197): add git folder highlight groups * feat(#2197): add diagnostics folder highlight groups
This commit is contained in:
committed by
GitHub
parent
8f48426c88
commit
b7f6600bc2
@@ -82,6 +82,13 @@ local function get_links()
|
||||
FileStaged = "NvimTreeGitStaged",
|
||||
FileDeleted = "NvimTreeGitDeleted",
|
||||
FileIgnored = "NvimTreeGitIgnored",
|
||||
FolderDirty = "NvimTreeFileDirty",
|
||||
FolderNew = "NvimTreeFileNew",
|
||||
FolderRenamed = "NvimTreeFileRenamed",
|
||||
FolderMerge = "NvimTreeFileMerge",
|
||||
FolderStaged = "NvimTreeFileStaged",
|
||||
FolderDeleted = "NvimTreeFileDeleted",
|
||||
FolderIgnored = "NvimTreeFileIgnored",
|
||||
LspDiagnosticsError = "DiagnosticError",
|
||||
LspDiagnosticsWarning = "DiagnosticWarn",
|
||||
LspDiagnosticsInformation = "DiagnosticInfo",
|
||||
@@ -90,6 +97,10 @@ local function get_links()
|
||||
LspDiagnosticsWarningText = "NvimTreeLspDiagnosticsWarning",
|
||||
LspDiagnosticsInformationText = "NvimTreeLspDiagnosticsInformation",
|
||||
LspDiagnosticsHintText = "NvimTreeLspDiagnosticsHintFile",
|
||||
LspDiagnosticsErrorFolderText = "NvimTreeLspDiagnosticsErrorText",
|
||||
LspDiagnosticsWarningFolderText = "NvimTreeLspDiagnosticsWarningText",
|
||||
LspDiagnosticsInformationFolderText = "NvimTreeLspDiagnosticsInformationText",
|
||||
LspDiagnosticsHintFolderText = "NvimTreeLspDiagnosticsHintFileText",
|
||||
Popup = "Normal",
|
||||
GitIgnored = "Comment",
|
||||
StatusLine = "StatusLine",
|
||||
|
||||
Reference in New Issue
Block a user