Your Name 1 năm trước cách đây
mục cha
commit
7976333838
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      lua/plugins/mason.lua

+ 3 - 2
lua/plugins/mason.lua

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