]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Inlay hints are very disturbing after all
authorSergey Matveev <stargrave@stargrave.org>
Fri, 31 Mar 2023 11:43:53 +0000 (14:43 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 31 Mar 2023 11:43:53 +0000 (14:43 +0300)
vim/.vim/plugin/lsp.vim

index 946c5a89175f5e635c8952fc0a79b65f604d8f21..e0350190cf7da022e5ba6530dabf88da4af1fe67 100644 (file)
@@ -38,7 +38,6 @@ var lspOpts = {
     autoComplete: false,
     autoHighlight: true,
     autoPopulateDiags: true,
-    showInlayHints: true,
     showSignature: false,
 }