Table of Contents

Enum NeovimLspDiagnosticHighlightSource.Group

Namespace
Sccg.Builtin.Sources
Assembly
Sccg.Builtin.dll

:h diagnostic-highlights

public enum NeovimLspDiagnosticHighlightSource.Group

Fields

DiagnosticError = 0

Used as the base highlight group. Other Diagnostic highlights link to this by default (except Underline)

DiagnosticFloatingError = 15

Used to color "Error" diagnostic messages in diagnostics float. See |vim.diagnostic.open_float()|

DiagnosticFloatingHint = 18

Used to color "Hint" diagnostic messages in diagnostics float.

DiagnosticFloatingInfo = 17

Used to color "Info" diagnostic messages in diagnostics float.

DiagnosticFloatingOk = 19

Used to color "Ok" diagnostic messages in diagnostics float.

DiagnosticFloatingWarn = 16

Used to color "Warn" diagnostic messages in diagnostics float.

DiagnosticHint = 3

Used as the base highlight group. Other Diagnostic highlights link to this by default (except Underline)

DiagnosticInfo = 2

Used as the base highlight group. Other Diagnostic highlights link to this by default (except Underline)

DiagnosticOk = 4

Used as the base highlight group. Other Diagnostic highlights link to this by default (except Underline)

DiagnosticSignError = 20

Used for "Error" signs in sign column.

DiagnosticSignHint = 23

Used for "Hint" signs in sign column.

DiagnosticSignInfo = 22

Used for "Info" signs in sign column.

DiagnosticSignOk = 24

Used for "Ok" signs in sign column.

DiagnosticSignWarn = 21

Used for "Warn" signs in sign column.

DiagnosticUnderlineError = 10

Used to underline "Error" diagnostics.

DiagnosticUnderlineHint = 13

Used to underline "Hint" diagnostics.

DiagnosticUnderlineInfo = 12

Used to underline "Info" diagnostics.

DiagnosticUnderlineOk = 14

Used to underline "Ok" diagnostics.

DiagnosticUnderlineWarn = 11

Used to underline "Warn" diagnostics.

DiagnosticVirtualTextError = 5

Used for "Error" diagnostic virtual text.

DiagnosticVirtualTextHint = 8

Used for "Hint" diagnostic virtual text.

DiagnosticVirtualTextInfo = 7

Used for "Info" diagnostic virtual text.

DiagnosticVirtualTextOk = 9

Used for "Ok" diagnostic virtual text.

DiagnosticVirtualTextWarn = 6

Used for "Warn" diagnostic virtual text.

DiagnosticWarn = 1

Used as the base highlight group. Other Diagnostic highlights link to this by default (except Underline)