14 lines
370 B
Lua
14 lines
370 B
Lua
return {
|
|
'stevearc/conform.nvim',
|
|
opts = {
|
|
formatters_by_ft = {
|
|
json = { "jq" }, -- Or use "prettierd" / "prettier" / "fixjson"
|
|
},
|
|
-- Optional: Automatically format when you save the file
|
|
--format_on_save = {
|
|
-- timeout_ms = 500,
|
|
-- lsp_format = "fallback",
|
|
--},
|
|
},
|
|
}
|