nix-conf/home/config/nvim/lua/plugins/conform.lua
2025-01-16 21:06:10 +08:00

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 },
},
},
},
}