10 lines
160 B
Lua
10 lines
160 B
Lua
return {
|
|
"conform.nvim",
|
|
opts = {
|
|
formatters_by_ft = {
|
|
templ = { "templ" },
|
|
typst = { "typstyle" },
|
|
},
|
|
},
|
|
}
|