Skip to content

Commit

Permalink
Update lsp-zero.lua
Browse files Browse the repository at this point in the history
mason changed it from tsserver to ts_ls
  • Loading branch information
tejaxhvi authored Nov 6, 2024
1 parent 46e16f9 commit 1996865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/j/plugins/lsp-zero.lua
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ return {
end)

require('mason-lspconfig').setup({
ensure_installed = {'tsserver'}, -- Ensure tsserver is installed
ensure_installed = {'ts_ls'}, -- Ensure tsserver is installed
handlers = {
-- this first function is the "default handler"
-- it applies to every language server without a "custom handler"
Expand Down

0 comments on commit 1996865

Please sign in to comment.