Skip to content

Commit e580461

Browse files
committed
Use tsgo as js/ts lsp
1 parent 21bef1a commit e580461

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lua/plugins/astrolsp.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ return {
7171
functionLikeReturnTypes = { enabled = true },
7272
enumMemberValues = { enabled = false },
7373
},
74+
experimental = {
75+
useTsgo = true,
76+
},
7477
},
7578
javascript = {
7679
inlayHints = {

0 commit comments

Comments
 (0)