|
@@ -13,7 +13,8 @@ return {
|
|
|
"lua_ls",
|
|
"lua_ls",
|
|
|
"rust_analyzer",
|
|
"rust_analyzer",
|
|
|
"tsserver",
|
|
"tsserver",
|
|
|
- "typst_lsp",
|
|
|
|
|
|
|
+ "ts_ls",
|
|
|
|
|
+ -- "typst_lsp",
|
|
|
"html",
|
|
"html",
|
|
|
"r_language_server", --[[ "vscode-html-language-server" ]]
|
|
"r_language_server", --[[ "vscode-html-language-server" ]]
|
|
|
},
|
|
},
|
|
@@ -37,7 +38,7 @@ return {
|
|
|
-- serverPath = "" -- Normally, there is no need to uncomment it.
|
|
-- serverPath = "" -- Normally, there is no need to uncomment it.
|
|
|
},
|
|
},
|
|
|
})
|
|
})
|
|
|
- require("lspconfig").tsserver.setup({
|
|
|
|
|
|
|
+ require("lspconfig").ts_ls.setup({
|
|
|
capabilities = capabilities,
|
|
capabilities = capabilities,
|
|
|
init_options = {
|
|
init_options = {
|
|
|
plugins = {},
|
|
plugins = {},
|