Skip to content

Commit e5f2d4f

Browse files
committed
feat!: Replace ts_ls with tsgo
1 parent 1bbccb3 commit e5f2d4f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lua/vnext/plugins/lsp.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ return {
111111
},
112112
},
113113
},
114-
ts_ls = {},
114+
tsgo = {
115+
cmd = { "tsc", "--lsp", "-stdio" },
116+
},
115117
yamlls = {
116118
capabilities = {
117119
textDocument = {

0 commit comments

Comments
 (0)