]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/plugin/lsp.vim
Signature window hides at least a line above
[dotfiles.git] / vim / .vim / plugin / lsp.vim
index 41791c985d730b7a20d76fbbb181cf0bfb407735..946c5a89175f5e635c8952fc0a79b65f604d8f21 100644 (file)
@@ -39,6 +39,7 @@ var lspOpts = {
     autoHighlight: true,
     autoPopulateDiags: true,
     showInlayHints: true,
+    showSignature: false,
 }
 
 autocmd VimEnter * call LspAddServer(lspServers)