feat(formatters): use prettier for scss and less

This commit is contained in:
Guz
2025-11-28 19:10:13 -03:00
parent d19738bc59
commit 5c6bc37b7c

View File

@@ -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