From 4eaa8819915b8a5bb739ed7d3c6e2d034e1b94ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Miguel=20R=C3=BAa?= Date: Tue, 7 May 2024 21:00:09 +0200 Subject: [PATCH] Adding json and yaml formatter --- init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.lua b/init.lua index 3a04f3cb..584ab2d3 100644 --- a/init.lua +++ b/init.lua @@ -691,6 +691,8 @@ require('lazy').setup({ lua = { 'stylua' }, go = { 'gofmt', 'goimports', 'golines' }, terraform = { 'terraform_fmt' }, + json = { 'jsonnetfmt', 'jq' }, + -- yaml = { 'yq' }, -- Conform can also run multiple formatters sequentially -- python = { "isort", "black" }, --