doc/lsp.txt | 4 ++-- diff --git a/doc/lsp.txt b/doc/lsp.txt index c20f9ee3d04819cbb2f5d44cd66f1225fe374dad..2b6858a8422ca7d90b17267c2a0c1f6e1bbe1825 100644 --- a/doc/lsp.txt +++ b/doc/lsp.txt @@ -303,8 +303,6 @@ icase - ignore case when matching items. diagLineHL |String| option. The highlight group used for a line with one or more diagnostics. By default uses "DiffAdd". Use "NONE" to disable. -diagVirtualTextHL |String| option. The highlight group used for a - diagnostics virtual text. By default uses "LineNr". diagSignErrorText |String| option. Change diag sign text for errors By default 'E>' diagSignErrorTexthl |String| option. Change diag sign highlight for errors @@ -321,6 +319,8 @@ diagSignHintText |String| option. Change diag sign text for hints By default 'H>', diagSignHintTexthl |String| option. Change diag sign highlight for hints By default 'Question', +diagVirtualTextHL |String| option. The highlight group used for a + diagnostics virtual text. By default uses "LineNr". echoSignature |Boolean| option. In insert mode, echo the current symbol signature instead of showing it in a popup. By default this is set to false.