diff --git a/init.lua b/init.lua index 28b20050..44046bf2 100644 --- a/init.lua +++ b/init.lua @@ -789,6 +789,7 @@ require('lazy').setup({ -- Conform can also run multiple formatters sequentially python = { 'ruff_format', 'ruff_organize_imports' }, json = { 'prettier' }, + html = { 'prettier' }, -- You can use 'stop_after_first' to run the first available formatter from the list javascript = { 'prettierd', 'prettier', stop_after_first = true }, yaml = { 'prettierd', 'prettier', stop_after_first = true },