From: Indelog Date: Fri, 12 Nov 2021 09:22:35 +0000 (+0100) Subject: Fix help g:LSP_Echo_Signature X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=5f9467d300239773c8b29c39313cc899cb6670b4;p=vim-lsp.git Fix help g:LSP_Echo_Signature --- diff --git a/doc/lsp.txt b/doc/lsp.txt index 788b2a0..67127e8 100644 --- a/doc/lsp.txt +++ b/doc/lsp.txt @@ -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