From 543f604d7f8924a3e5ed9aa048cd470e1a932cd9 Mon Sep 17 00:00:00 2001 From: aleidk Date: Wed, 26 Feb 2025 04:32:11 -0300 Subject: [PATCH] fix formatter for minijinja templates --- config/nvim/lua/aleidk/plugins-ide/formatter.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/config/nvim/lua/aleidk/plugins-ide/formatter.lua b/config/nvim/lua/aleidk/plugins-ide/formatter.lua index 23f7e01..2406d75 100644 --- a/config/nvim/lua/aleidk/plugins-ide/formatter.lua +++ b/config/nvim/lua/aleidk/plugins-ide/formatter.lua @@ -17,6 +17,7 @@ return { css = { "biome" }, go = { "gofumpt", "goimports_reviser", "golines" }, html = { "djlint", "prettierd", stop_after_first = true }, + htmldjango = { "djlint", stop_after_first = true }, javascript = { "biome" }, javascriptreact = { "biome" }, json = { "biome" },