From 0bad02ed26dcbba41f2f522dee690f77bd3483a6 Mon Sep 17 00:00:00 2001 From: qugalet Date: Mon, 9 Dec 2024 09:05:14 +0200 Subject: [PATCH] =?UTF-8?q?changes=20from=20claymore=20on=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=BD=D0=B5=D0=B4=D1=96=D0=BB=D0=BE=D0=BA,=209=20=D0=B3=D1=80?= =?UTF-8?q?=D1=83=D0=B4=D0=BD=D1=8F=202024=2009:05:14=20+0200?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- after/plugin/format.lua | 2 ++ 1 file changed, 2 insertions(+) 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