Add json fmt

This commit is contained in:
hlstwizard 2026-03-16 15:48:18 +08:00
parent 421e743bff
commit 32aa7dcbd1
1 changed files with 1 additions and 0 deletions

View File

@ -697,6 +697,7 @@ require('lazy').setup({
end, end,
formatters_by_ft = { formatters_by_ft = {
lua = { 'stylua' }, lua = { 'stylua' },
json = { 'prettier' },
yaml = { 'prettier' }, yaml = { 'prettier' },
-- Conform can also run multiple formatters sequentially -- Conform can also run multiple formatters sequentially
-- python = { "isort", "black" }, -- python = { "isort", "black" },