diff --git a/after/plugin/format.lua b/after/plugin/format.lua index 13e9cda..686c51b 100644 --- a/after/plugin/format.lua +++ b/after/plugin/format.lua @@ -11,6 +11,8 @@ require("conform").setup({ golang = { "gofmt" }, templ = { "templ" }, + + gohtmltmpl = { "templ" }, }, format_on_save = function(bufnr) -- Disable with a global or buffer-local variable