🔧 Added js-beautify formatter

This commit is contained in:
z3rOR0ne 2025-04-09 00:08:28 -07:00
parent e0194ed62d
commit df54660f13
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -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