]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
Fix : change doc text for LspHover
authorIndelog <maxime@indelog.fr>
Fri, 12 Nov 2021 10:30:46 +0000 (11:30 +0100)
committerIndelog <maxime@indelog.fr>
Fri, 12 Nov 2021 10:30:46 +0000 (11:30 +0100)
doc/lsp.txt

index dd9da9f9402e4ca8420377e021834085431bb8f0..ac38cf2bd404da730f5352590c4030a13b659251 100644 (file)
@@ -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.