From 7e4fb3639f5a9801af5a7210ff079ee8f86ccfd5 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 29 Oct 2024 20:06:24 -0700 Subject: [PATCH] chore: add jsonc entry for conform --- lua/plugins/conform.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/conform.lua b/lua/plugins/conform.lua index 15b1a05..ef6e76f 100644 --- a/lua/plugins/conform.lua +++ b/lua/plugins/conform.lua @@ -59,6 +59,7 @@ return { nix = { "nixfmt" }, haskell = { "fourmolu", "ormolu", stop_after_first = true }, json = { "prettierd", "prettier", stop_after_first = true }, + jsonc = { "prettierd", "prettier", stop_after_first = true }, toml = { "taplo", stop_after_first = true }, yaml = { "prettierd", "prettier", stop_after_first = true }, typst = { "typstyle" },