]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
Fix help g:LSP_Echo_Signature
authorIndelog <maxime@indelog.fr>
Fri, 12 Nov 2021 09:22:35 +0000 (10:22 +0100)
committerIndelog <maxime@indelog.fr>
Fri, 12 Nov 2021 09:25:26 +0000 (10:25 +0100)
doc/lsp.txt

index 788b2a08fb31270180602229e4578ead74a86f0c..67127e8195cadf3f4f011225c95deb2e85fec8d7 100644 (file)
@@ -215,12 +215,16 @@ accepts a list of LSP servers with the above information.
                        The popup is also automatically displayed in insert
                        mode after entering a symbol name followed by a
                        separator (e.g. a opening parenthesis). Unless if: >
-                       let g:LSP_Show_Signature = v:false. If you set
-                       g:LSP_Show_Signature = 1 the signature will be echoed
-                       in cmdline rather displayed in a popup.
+                       let g:LSP_Show_Signature = v:false.
 <
                        Default is true.
 
+                       You can get the function signature echoed in cmdline
+                       rather than displayed in popup if you use
+                       > let g:LSP_Echo_Signature = v:true
+<
+                       Default is false
+
                                                *:LspDiagShow*
 :LspDiagShow           Creates a new location list with the diagnostics
                        messages (if any) from the LSP server for the current