From a3f4c048156b88e9b56b52963e27b32cf223202b Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 31 Mar 2023 14:43:53 +0300 Subject: [PATCH] Inlay hints are very disturbing after all --- vim/.vim/plugin/lsp.vim | 1 - 1 file changed, 1 deletion(-) 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, } -- 2.44.0