refactor(nvim): update tsserver -> ts_ls to follow lspconfig

This commit is contained in:
Price Hiller 2024-09-05 09:13:34 -05:00
parent 34a78e941d
commit 0e98a857e3
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -167,9 +167,6 @@ return {
"williamboman/mason-lspconfig.nvim", "williamboman/mason-lspconfig.nvim",
opts = { opts = {
automatic_installation = true, automatic_installation = true,
ensure_installed = {
"tsserver",
},
handlers = { handlers = {
["jdtls"] = function() ["jdtls"] = function()
require("java").setup({ require("java").setup({
@ -530,7 +527,7 @@ return {
"terraformls", "terraformls",
"tflint", "tflint",
"vimls", "vimls",
"tsserver", "ts_ls",
"asm_lsp", "asm_lsp",
"nginx_language_server", "nginx_language_server",
}) do }) do