mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-26 18:59:00 +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,
|
||||
includeInlayFunctionLikeReturnTypeHints = true,
|
||||
includeInlayFunctionParameterTypeHints = true,
|
||||
includeInlayParameterNameHints = "literal",
|
||||
includeInlayParameterNameHints = "literals",
|
||||
includeInlayParameterNameHintsWhenArgumentMatchesName = false,
|
||||
includeInlayPropertyDeclarationTypeHints = true,
|
||||
includeInlayVariableTypeHints = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue