nvim/lua/plugins/conform.lua

11 lines
197 B
Lua
Raw Normal View History

2024-06-17 15:22:39 +07:00
return {
"conform.nvim",
opts = {
formatters_by_ft = {
2024-10-24 20:18:59 +07:00
nix = { "nixpkgs-fmt" },
2024-06-17 15:22:39 +07:00
templ = { "templ" },
2024-06-25 19:52:27 +07:00
typst = { "typstyle" },
2024-06-17 15:22:39 +07:00
},
},
}