Skip to content

Commit 4eaa881

Browse files
Adding json and yaml formatter
1 parent 85adbe2 commit 4eaa881

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

init.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,8 @@ require('lazy').setup({
691691
lua = { 'stylua' },
692692
go = { 'gofmt', 'goimports', 'golines' },
693693
terraform = { 'terraform_fmt' },
694+
json = { 'jsonnetfmt', 'jq' },
695+
-- yaml = { 'yq' },
694696
-- Conform can also run multiple formatters sequentially
695697
-- python = { "isort", "black" },
696698
--

0 commit comments

Comments
 (0)