Adding json and yaml formatter
This commit is contained in:
parent
85adbe23b9
commit
4eaa881991
2
init.lua
2
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" },
|
||||
--
|
||||
|
|
Loading…
Reference in New Issue