diff --git a/lua/dot013/plugins/formatting.lua b/lua/dot013/plugins/formatting.lua index c9fa8b2..9149215 100644 --- a/lua/dot013/plugins/formatting.lua +++ b/lua/dot013/plugins/formatting.lua @@ -37,6 +37,11 @@ return { xml = { "xmllint" }, xhtml = { "xmllint" }, + html = { "prettierd", "prettier", stop_after_first = true }, + css = { "prettierd", "prettier", stop_after_first = true }, + yaml = { "prettierd", "prettier", stop_after_first = true }, + markdown = { "prettierd", "prettier", stop_after_first = true }, + -- Golang's formatters used by priority go = function(bufnr) local f = {}