*: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.