summaryrefslogtreecommitdiff
path: root/nvim
diff options
context:
space:
mode:
Diffstat (limited to 'nvim')
-rw-r--r--nvim/lua/config/formatters.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/lua/config/formatters.lua b/nvim/lua/config/formatters.lua
index 31cfd90..d7244ac 100644
--- a/nvim/lua/config/formatters.lua
+++ b/nvim/lua/config/formatters.lua
@@ -5,5 +5,6 @@ require("conform").setup({
javascript = { "prettierd", "prettier", stop_after_first = true },
typescript = { "prettierd", "prettier", stop_after_first = true },
json = { "prettierd", "prettier", stop_after_first = true },
+ html = { "prettierd", "prettier", stop_after_first = true },
},
})