From: Indelog Date: Fri, 12 Nov 2021 10:30:46 +0000 (+0100) Subject: Fix : change doc text for LspHover X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=73707e7487224f9b8319e0fa2550467acdab1ac4;p=vim-lsp.git Fix : change doc text for LspHover --- diff --git a/doc/lsp.txt b/doc/lsp.txt index dd9da9f..ac38cf2 100644 --- a/doc/lsp.txt +++ b/doc/lsp.txt @@ -333,9 +333,12 @@ accepts a list of LSP servers with the above information. *:LspHover* :LspHover Show the documentation for the symbol under the cursor - in a popup window. If you prefer show documentation in - a preview window rather a popup set - g:LSP_Hover_Reply_In_Preview = v:true . + in a popup window. If you want to show the symbol + documentation in the preview window instead of in a + popup set > + let g:LSP_Hover_In_preview variable = v:true +< + Default is false *:LspSelectionRange* :LspSelectionRange Visually select the current symbol range.