From: Sergey Matveev Date: Fri, 31 Mar 2023 11:43:53 +0000 (+0300) Subject: Inlay hints are very disturbing after all X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;ds=sidebyside;h=a3f4c048156b88e9b56b52963e27b32cf223202b;p=dotfiles.git Inlay hints are very disturbing after all --- diff --git a/vim/.vim/plugin/lsp.vim b/vim/.vim/plugin/lsp.vim index 946c5a8..e035019 100644 --- a/vim/.vim/plugin/lsp.vim +++ b/vim/.vim/plugin/lsp.vim @@ -38,7 +38,6 @@ var lspOpts = { autoComplete: false, autoHighlight: true, autoPopulateDiags: true, - showInlayHints: true, showSignature: false, }