From 5f9467d300239773c8b29c39313cc899cb6670b4 Mon Sep 17 00:00:00 2001 From: Indelog Date: Fri, 12 Nov 2021 10:22:35 +0100 Subject: [PATCH] Fix help g:LSP_Echo_Signature --- doc/lsp.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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 -- 2.48.1