1 parent 1bbccb3 commit e5f2d4fCopy full SHA for e5f2d4f
1 file changed
lua/vnext/plugins/lsp.lua
@@ -111,7 +111,9 @@ return {
111
},
112
113
114
- ts_ls = {},
+ tsgo = {
115
+ cmd = { "tsc", "--lsp", "-stdio" },
116
+ },
117
yamlls = {
118
capabilities = {
119
textDocument = {
0 commit comments