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",
|
"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
|
||||||
|
Loading…
Reference in New Issue
Block a user