X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=vim%2F.vim%2Fplugin%2Flsp.vim;fp=vim%2F.vim%2Fplugin%2Flsp.vim;h=946c5a89175f5e635c8952fc0a79b65f604d8f21;hp=41791c985d730b7a20d76fbbb181cf0bfb407735;hb=714fc115ad97f8067fc408f6345c5c4b852018e3;hpb=59d81b11dc875c6eaacc5d824555e484f2bec483 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)