Rename deprecated tsserver to ts_ls
This commit is contained in:
parent
c4f00f5c07
commit
f14829fd0a
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ configs.setup({
|
|||
|
||||
require("mason").setup()
|
||||
require("mason-lspconfig").setup({
|
||||
ensure_installed = { "clangd", "texlab", "lua_ls", "matlab_ls", "mesonlsp", "sqlls", "tsserver", "volar" }
|
||||
ensure_installed = { "clangd", "texlab", "lua_ls", "matlab_ls", "mesonlsp", "sqlls", "ts_ls", "volar" }
|
||||
})
|
||||
|
||||
local lspconfig = require("lspconfig")
|
||||
|
@ -72,7 +72,7 @@ lspconfig.matlab_ls.setup({})
|
|||
lspconfig.mesonlsp.setup({})
|
||||
lspconfig.sqlls.setup({})
|
||||
lspconfig.texlab.setup({})
|
||||
lspconfig.tsserver.setup({})
|
||||
lspconfig.ts_ls.setup({})
|
||||
lspconfig.volar.setup({})
|
||||
|
||||
local cmp = require("cmp")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue