mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-27 11:19:02 +02:00
fix(typescript): invalid value in inlayHints options (#3331)
This commit is contained in:
parent
91fe7ef568
commit
54d7cea305
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ local inlay_hints_settings = {
|
||||||
includeInlayEnumMemberValueHints = true,
|
includeInlayEnumMemberValueHints = true,
|
||||||
includeInlayFunctionLikeReturnTypeHints = true,
|
includeInlayFunctionLikeReturnTypeHints = true,
|
||||||
includeInlayFunctionParameterTypeHints = true,
|
includeInlayFunctionParameterTypeHints = true,
|
||||||
includeInlayParameterNameHints = "literal",
|
includeInlayParameterNameHints = "literals",
|
||||||
includeInlayParameterNameHintsWhenArgumentMatchesName = false,
|
includeInlayParameterNameHintsWhenArgumentMatchesName = false,
|
||||||
includeInlayPropertyDeclarationTypeHints = true,
|
includeInlayPropertyDeclarationTypeHints = true,
|
||||||
includeInlayVariableTypeHints = false,
|
includeInlayVariableTypeHints = false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue