Change LSP example to the not deprecated ts_ls

This commit is contained in:
Tim Jungk 2024-09-12 06:49:21 +02:00
parent cb60352466
commit a4c2bbf43c

View File

@ -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,