refactor(nvim): update tsserver
-> ts_ls
to follow lspconfig
This commit is contained in:
parent
34a78e941d
commit
0e98a857e3
@ -167,9 +167,6 @@ return {
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
opts = {
|
||||
automatic_installation = true,
|
||||
ensure_installed = {
|
||||
"tsserver",
|
||||
},
|
||||
handlers = {
|
||||
["jdtls"] = function()
|
||||
require("java").setup({
|
||||
@ -530,7 +527,7 @@ return {
|
||||
"terraformls",
|
||||
"tflint",
|
||||
"vimls",
|
||||
"tsserver",
|
||||
"ts_ls",
|
||||
"asm_lsp",
|
||||
"nginx_language_server",
|
||||
}) do
|
||||
|
Loading…
Reference in New Issue
Block a user