Kaynağa Gözat

html format

Thomas 9 ay önce
ebeveyn
işleme
fca8ace557
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      lua/plugins/conform.lua

+ 2 - 1
lua/plugins/conform.lua

@@ -9,7 +9,8 @@ return {
 				-- Use a sub-list to run only the first available formatter
 				javascript = { { "prettierd", "prettier" } },
 				rust = { "rustfmt", lsp_format = "fallback" },
-        typst = { "typstyle", lsp_format = "last" }
+        typst = { "typstyle", lsp_format = "last" },
+				html = { "prettier", lsp_format = "fallback" },
 			},
 		})
 	end,