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" },