diff --git a/.config/nvim/lua/plugins/conform.lua b/.config/nvim/lua/plugins/conform.lua index 926e7921..05f6c2d1 100644 --- a/.config/nvim/lua/plugins/conform.lua +++ b/.config/nvim/lua/plugins/conform.lua @@ -10,7 +10,7 @@ return { typescript = { "prettierd", "prettier", stop_after_first = true }, javascriptreact = { "prettierd", "prettier", stop_after_first = true }, typescriptreact = { "prettierd", "prettier", stop_after_first = true }, - html = { "prettier", stop_after_first = true }, + html = { "html_beautify", stop_after_first = true }, pug = { "prettierd", "prettier", stop_after_first = true }, vue = { "prettierd", "prettier", stop_after_first = true }, sql = { "sql_formatter" }, diff --git a/updates.txt b/updates.txt index 22916857..0423997d 100755 --- a/updates.txt +++ b/updates.txt @@ -752,3 +752,5 @@ doas pacman -Rs cpu-x Reinstall pug-cli paru -Rs nodejs-pug-cli doas npm install -g pug-cli +Install js-beautify +doas npm install -g js-beautify