From a6a7e0ebc93fd19e869713e407c6a340d06dd950 Mon Sep 17 00:00:00 2001 From: xfy Date: Wed, 24 Jun 2026 17:58:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(conform):=20=E6=94=AF=E6=8C=81=20jsonc=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/plugins/lsp.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 6b90268..5a42ba2 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -44,6 +44,7 @@ local function setup_conform() javascriptreact = biome_or_prettier, -- JSX:Biome 或 Prettier typescriptreact = biome_or_prettier, -- TSX:Biome 或 Prettier json = biome_or_prettier, -- JSON:Biome 或 Prettier + jsonc = biome_or_prettier, -- JSONC:Biome 或 Prettier css = { "prettier" }, -- CSS:Prettier html = { "prettier" }, -- HTML:Prettier markdown = { "prettier" }, -- Markdown:Prettier