Skip to content

Commit

Permalink
fix: update typescript lsp server name
Browse files Browse the repository at this point in the history
  • Loading branch information
roberthorn committed Oct 15, 2024
1 parent 1c3853c commit c106636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/config/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ local servers = {
},
},
marksman = true,
tsserver = {
ts_ls = {
filetypes = { "javascript", "typescript", "typescriptreact", "typescript.tsx" },
},
}
Expand Down

0 comments on commit c106636

Please sign in to comment.