From df54660f13294585ca34cde21e7bfb0a62c06f21 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Wed, 9 Apr 2025 00:08:28 -0700 Subject: [PATCH] :wrench: Added js-beautify formatter --- .config/nvim/lua/plugins/conform.lua | 2 +- updates.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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