projects
/
dotfiles.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
500f39c
)
Inlay hints are very disturbing after all
author
Sergey Matveev <stargrave@stargrave.org>
Fri, 31 Mar 2023 11:43:53 +0000 (14:43 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Fri, 31 Mar 2023 11:43:53 +0000 (14:43 +0300)
vim/.vim/plugin/lsp.vim
patch
|
blob
|
history
diff --git
a/vim/.vim/plugin/lsp.vim
b/vim/.vim/plugin/lsp.vim
index 946c5a89175f5e635c8952fc0a79b65f604d8f21..e0350190cf7da022e5ba6530dabf88da4af1fe67 100644
(file)
--- 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,
}