Skip to content

Commit

Permalink
Change deprecated tsserver to ts_ls (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
marsiwiec authored Sep 9, 2024
1 parent b3e91eb commit 6454aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ return {
flags = lsp_flags,
}

lspconfig.tsserver.setup {
lspconfig.ts_ls.setup {
capabilities = capabilities,
flags = lsp_flags,
filetypes = { 'js', 'javascript', 'typescript', 'ojs' },
Expand Down

0 comments on commit 6454aea

Please sign in to comment.