Fix typescript LSP server name

This commit is contained in:
Zach Zolton 2024-10-03 12:21:18 -04:00
parent 70c4aacffd
commit ad31a61b0f
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1204,7 +1204,7 @@ local servers = {
}, },
}, },
pyright = {}, pyright = {},
tsserver = {}, ts_ls = {},
yamlls = { yamlls = {
yaml = { yaml = {
schemas = { schemas = {