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 = {
nix = { "nixpkgs_fmt" },
templ = { "templ" },
2024-06-25 19:52:27 +07:00
typst = { "typstyle" },
2024-06-17 15:22:39 +07:00
},
},
}