From cfad2c3ecb5df77f88ad31688f17969209d8d096 Mon Sep 17 00:00:00 2001 From: Oleksiy Hryshchenko Date: Thu, 30 Mar 2023 20:43:15 +0300 Subject: [PATCH] fix diagVirtualTextHL help text position --- doc/lsp.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lsp.txt b/doc/lsp.txt index c20f9ee..2b6858a 100644 --- a/doc/lsp.txt +++ b/doc/lsp.txt @@ -303,8 +303,6 @@ completionMatcher |String| option. Enable fuzzy or case insensitive 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. -- 2.48.1