]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Signature window hides at least a line above
authorSergey Matveev <stargrave@stargrave.org>
Mon, 6 Mar 2023 11:50:24 +0000 (14:50 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 6 Mar 2023 12:07:24 +0000 (15:07 +0300)
vim/.vim/plugin/lsp.vim
vim/.vimrc

index 41791c985d730b7a20d76fbbb181cf0bfb407735..946c5a89175f5e635c8952fc0a79b65f604d8f21 100644 (file)
@@ -39,6 +39,7 @@ var lspOpts = {
     autoHighlight: true,
     autoPopulateDiags: true,
     showInlayHints: true,
+    showSignature: false,
 }
 
 autocmd VimEnter * call LspAddServer(lspServers)
index bbed26d34cc13d4a8838736611e49c5c9062a046..07121e0d97356dc1d7388be73ada5a97e54565ee 100644 (file)
@@ -142,7 +142,7 @@ iabbrev итд и т.д.
 iabbrev итп и т.п.
 " }}}
 
-set keywordprg=
+set keywordprg=:LspHover
 let g:sh_no_error = 1
 set termwinkey=<C-B>