Change LSP example to the not deprecated ts_ls
This commit is contained in:
parent
cb60352466
commit
a4c2bbf43c
@ -17,7 +17,7 @@ for _, lsp in ipairs(servers) do
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- configuring single server, example: typescript
|
-- configuring single server, example: typescript
|
||||||
-- lspconfig.tsserver.setup {
|
-- lspconfig.ts_ls.setup {
|
||||||
-- on_attach = nvlsp.on_attach,
|
-- on_attach = nvlsp.on_attach,
|
||||||
-- on_init = nvlsp.on_init,
|
-- on_init = nvlsp.on_init,
|
||||||
-- capabilities = nvlsp.capabilities,
|
-- capabilities = nvlsp.capabilities,
|
||||||
|
Loading…
Reference in New Issue
Block a user