From 1f8ff76382b23aad44a02de06bd8dd0c18bc0434 Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Sun, 8 Feb 2026 22:30:05 +0100 Subject: add new plugins --- conform.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conform.lua') diff --git a/conform.lua b/conform.lua index 82e76b8..fbefafc 100644 --- a/conform.lua +++ b/conform.lua @@ -11,8 +11,9 @@ return { tex = { "tex-fmt" }, lua = { "stylua" }, sh = { "shfmt" }, + json = { "json_repair" }, }, - -- This is the "Magic" part: Format on Save + format_on_save = { lsp_fallback = true, -- Use LSP if no dedicated formatter is found async = false, -- Formatting must be synchronous to save correctly -- cgit v1.2.3