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" },