diff --git a/lua/dot013/plugins/formatting.lua b/lua/dot013/plugins/formatting.lua index dbffcd5..d2efdb8 100644 --- a/lua/dot013/plugins/formatting.lua +++ b/lua/dot013/plugins/formatting.lua @@ -40,6 +40,8 @@ return { html = { "prettierd", "prettier", stop_after_first = true }, css = { "prettierd", "prettier", stop_after_first = true }, + scss = { "prettierd", "prettier", stop_after_first = true }, + less = { "prettierd", "prettier", stop_after_first = true }, yaml = { "prettierd", "prettier", stop_after_first = true }, -- Golang's formatters used by priority