Skip to content

Commit

Permalink
Change LSP example to the not deprecated ts_ls
Browse files Browse the repository at this point in the history
  • Loading branch information
TimJ0212 committed Sep 12, 2024
1 parent cb60352 commit a4c2bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/configs/lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ for _, lsp in ipairs(servers) do
end

-- configuring single server, example: typescript
-- lspconfig.tsserver.setup {
-- lspconfig.ts_ls.setup {
-- on_attach = nvlsp.on_attach,
-- on_init = nvlsp.on_init,
-- capabilities = nvlsp.capabilities,
Expand Down

0 comments on commit a4c2bbf

Please sign in to comment.