From 0b78610fa50036244dd5afd5cadba94efac0c08c Mon Sep 17 00:00:00 2001 From: Andreas Louv Date: Tue, 4 Apr 2023 23:49:29 +0200 Subject: [PATCH] Sort highlighting groups --- doc/lsp.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/lsp.txt b/doc/lsp.txt index 2869ded..5a89c34 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 @@ override them. *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 -- 2.48.1