doc/lsp.txt | 8 ++++---- diff --git a/doc/lsp.txt b/doc/lsp.txt index 2869ded45632f38fda8fea374d4a73cb1e18ff81..5a89c34bf6b9c7687b16a9f5ded1e3547e2b2760 100644 --- a/doc/lsp.txt +++ b/doc/lsp.txt @@ -1059,10 +1059,6 @@ The following highlight groups are used by the LSP plugin. You can define these highlight groups in your .vimrc file before sourcing this plugin to override them. -*LspDiagLine* Used to highlight a line with one or more - diagnostics. By default linked to the - "DiffAdd" highlight group. Use "NONE" to - disable. *LspDiagInlineError* Used to highlight inline error diagnostics. By default, linked to the "SpellBad" highlight group. @@ -1075,6 +1071,10 @@ group. *LspDiagInlineWarning* Used to highlight inline warning diagnostics. By default, linked to the "SpellCap" highlight group. +*LspDiagLine* Used to highlight a line with one or more + diagnostics. By default linked to the + "DiffAdd" highlight group. Use "NONE" to + disable. *LspDiagSignErrorText* Used to highlight the sign text for error diags. By default linked to 'ErrorMsg'. *LspDiagSignHintText* Used to highlight the sign text for hint