mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 04:21:08 +00:00
fix(tsgo): disable inlayHints.functionLikeReturnTypes by default. Too noisy
This commit is contained in:
parent
59126caa31
commit
8bcb620802
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ return {
|
||||||
parameterTypes = { enabled = true },
|
parameterTypes = { enabled = true },
|
||||||
variableTypes = { enabled = true },
|
variableTypes = { enabled = true },
|
||||||
propertyDeclarationTypes = { enabled = true },
|
propertyDeclarationTypes = { enabled = true },
|
||||||
functionLikeReturnTypes = { enabled = true },
|
functionLikeReturnTypes = { enabled = false },
|
||||||
enumMemberValues = { enabled = true },
|
enumMemberValues = { enabled = true },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue