diff --git a/lua/lazyvim/plugins/extras/lang/typescript/tsgo.lua b/lua/lazyvim/plugins/extras/lang/typescript/tsgo.lua index ef075416..b526cef5 100644 --- a/lua/lazyvim/plugins/extras/lang/typescript/tsgo.lua +++ b/lua/lazyvim/plugins/extras/lang/typescript/tsgo.lua @@ -34,15 +34,15 @@ return { settings = { typescript = { inlayHints = { + enumMemberValues = { enabled = true }, + functionLikeReturnTypes = { enabled = false }, parameterNames = { enabled = "literals", suppressWhenArgumentMatchesName = true, }, parameterTypes = { enabled = true }, - variableTypes = { enabled = true }, propertyDeclarationTypes = { enabled = true }, - functionLikeReturnTypes = { enabled = false }, - enumMemberValues = { enabled = true }, + variableTypes = { enabled = false }, }, }, },