Skip to content

Commit

Permalink
feat: disabled tsserver until mason supports ts_ls instead
Browse files Browse the repository at this point in the history
You can find the issue here: williamboman/mason.nvim#1784
  • Loading branch information
williamokano committed Sep 6, 2024
1 parent 388c1ac commit 87158fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/.config/nvim/lua/williamokano/plugins/lsp/mason.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ return {
mason_lspconfig.setup({
-- list of servers for mason to install
ensure_installed = {
"tsserver",
-- "tsserver",
"html",
"cssls",
"tailwindcss",
Expand Down

0 comments on commit 87158fa

Please sign in to comment.