From 5c6bc37b7c5384bd8f752b65fab9e4c91fd84fcd Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Fri, 28 Nov 2025 19:10:13 -0300 Subject: [PATCH] feat(formatters): use prettier for scss and less --- lua/dot013/plugins/formatting.lua | 2 ++ 1 file changed, 2 insertions(+) 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