From: Andreas Louv Date: Sat, 1 Apr 2023 18:37:24 +0000 (+0200) Subject: Add description about the hoverInPreview option X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=4c43d7b3d78947bbe20d6841877f1eef6148c895;p=vim-lsp.git Add description about the hoverInPreview option --- 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