]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
Sort highlighting groups
authorAndreas Louv <andreas@louv.dk>
Tue, 4 Apr 2023 21:49:29 +0000 (23:49 +0200)
committerAndreas Louv <andreas@louv.dk>
Tue, 4 Apr 2023 21:49:29 +0000 (23:49 +0200)
doc/lsp.txt

index 2869ded45632f38fda8fea374d4a73cb1e18ff81..5a89c34bf6b9c7687b16a9f5ded1e3547e2b2760 100644 (file)
@@ -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