Skip to content

Commit ad31a61

Browse files
committed
Fix typescript LSP server name
1 parent 70c4aac commit ad31a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ local servers = {
12041204
},
12051205
},
12061206
pyright = {},
1207-
tsserver = {},
1207+
ts_ls = {},
12081208
yamlls = {
12091209
yaml = {
12101210
schemas = {

0 commit comments

Comments
 (0)