11 lines
197 B
Lua
11 lines
197 B
Lua
return {
|
|
"conform.nvim",
|
|
opts = {
|
|
formatters_by_ft = {
|
|
nix = { "nixpkgs_fmt" },
|
|
templ = { "templ" },
|
|
typst = { "typstyle" },
|
|
},
|
|
},
|
|
}
|