15 lines
324 B
Lua
15 lines
324 B
Lua
return {
|
|
{
|
|
"stevearc/conform.nvim",
|
|
opts = {
|
|
formatters_by_ft = {
|
|
["cue"] = { { "cue_fmt" } },
|
|
["html"] = { { "prettierd", "prettier" } },
|
|
["nix"] = { "nixfmt" },
|
|
["sass"] = { { "prettierd", "prettier" } },
|
|
["proto"] = { { "buf" } },
|
|
["terraform"] = { { "terraform_fmt" } },
|
|
},
|
|
},
|
|
},
|
|
}
|