From 4c43d7b3d78947bbe20d6841877f1eef6148c895 Mon Sep 17 00:00:00 2001 From: Andreas Louv Date: Sat, 1 Apr 2023 20:37:24 +0200 Subject: [PATCH] Add description about the hoverInPreview option --- doc/lsp.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/lsp.txt b/doc/lsp.txt index 433df4f..ed38318 100644 --- a/doc/lsp.txt +++ b/doc/lsp.txt @@ -326,6 +326,9 @@ echoSignature |Boolean| option. In insert mode, echo the current By default this is set to false. hideDisabledCodeActions |Boolean| option. Hide all the disabled code actions. By default this is set to false. +hoverInPreview |Boolean| option. Show |:LspHover| in a preview window + instead of a popup + By default this is set to false. ignoreMissingServer |Boolean| option. Do not print a missing language server executable. By default this is set to false. keepFocusInReferences |Boolean| option. Focus on the location list window -- 2.48.1