11 lines
244 B
Lua
11 lines
244 B
Lua
return {
|
|
{
|
|
"stevearc/conform.nvim",
|
|
opts = {
|
|
formatters_by_ft = {
|
|
json = { "prettierd", "prettier", stop_after_first = true },
|
|
jsonc = { "prettierd", "prettier", stop_after_first = true },
|
|
},
|
|
},
|
|
},
|
|
}
|