From 714fc115ad97f8067fc408f6345c5c4b852018e3 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 6 Mar 2023 14:50:24 +0300 Subject: [PATCH] Signature window hides at least a line above --- vim/.vim/plugin/lsp.vim | 1 + vim/.vimrc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/vim/.vim/plugin/lsp.vim b/vim/.vim/plugin/lsp.vim index 41791c9..946c5a8 100644 --- a/vim/.vim/plugin/lsp.vim +++ b/vim/.vim/plugin/lsp.vim @@ -39,6 +39,7 @@ var lspOpts = { autoHighlight: true, autoPopulateDiags: true, showInlayHints: true, + showSignature: false, } autocmd VimEnter * call LspAddServer(lspServers) diff --git a/vim/.vimrc b/vim/.vimrc index bbed26d..07121e0 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -142,7 +142,7 @@ iabbrev итд и т.д. iabbrev итп и т.п. " }}} -set keywordprg= +set keywordprg=:LspHover let g:sh_no_error = 1 set termwinkey= -- 2.44.0