From d698523a7a32cf74a6e92a2ae8c5c0f169cbb17e Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Tue, 8 Apr 2025 19:32:47 -0700 Subject: [PATCH] :wrench: Adjusted conform formatter for html --- .config/nvim/lua/plugins/conform.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins/conform.lua b/.config/nvim/lua/plugins/conform.lua index 45bc746e..926e7921 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 = { "prettierd", "prettier", stop_after_first = true }, + html = { "prettier", stop_after_first = true }, pug = { "prettierd", "prettier", stop_after_first = true }, vue = { "prettierd", "prettier", stop_after_first = true }, sql = { "sql_formatter" },