mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 04:21:08 +00:00
fix(tsgo): remove some noisy inlay hints
This commit is contained in:
parent
85afbbc94b
commit
d07070bf2f
1 changed files with 3 additions and 3 deletions
|
|
@ -34,15 +34,15 @@ return {
|
||||||
settings = {
|
settings = {
|
||||||
typescript = {
|
typescript = {
|
||||||
inlayHints = {
|
inlayHints = {
|
||||||
|
enumMemberValues = { enabled = true },
|
||||||
|
functionLikeReturnTypes = { enabled = false },
|
||||||
parameterNames = {
|
parameterNames = {
|
||||||
enabled = "literals",
|
enabled = "literals",
|
||||||
suppressWhenArgumentMatchesName = true,
|
suppressWhenArgumentMatchesName = true,
|
||||||
},
|
},
|
||||||
parameterTypes = { enabled = true },
|
parameterTypes = { enabled = true },
|
||||||
variableTypes = { enabled = true },
|
|
||||||
propertyDeclarationTypes = { enabled = true },
|
propertyDeclarationTypes = { enabled = true },
|
||||||
functionLikeReturnTypes = { enabled = false },
|
variableTypes = { enabled = false },
|
||||||
enumMemberValues = { enabled = true },
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue