nvim/lua/plugins/conform.lua

10 lines
160 B
Lua
Raw Permalink Normal View History

2024-06-17 15:22:39 +07:00
return {
"conform.nvim",
opts = {
formatters_by_ft = {
templ = { "templ" },
2024-06-25 19:52:27 +07:00
typst = { "typstyle" },
2024-06-17 15:22:39 +07:00
},
},
}