1 parent 21bef1a commit e580461Copy full SHA for e580461
1 file changed
lua/plugins/astrolsp.lua
@@ -71,6 +71,9 @@ return {
71
functionLikeReturnTypes = { enabled = true },
72
enumMemberValues = { enabled = false },
73
},
74
+ experimental = {
75
+ useTsgo = true,
76
+ },
77
78
javascript = {
79
inlayHints = {
0 commit comments