Configures prettierd to watch css files.

This commit is contained in:
Temporary vm 2025-11-25 01:20:07 +02:00
parent a43d5c8f77
commit 1596889836
1 changed files with 1 additions and 0 deletions

View File

@ -758,6 +758,7 @@ require('lazy').setup({
formatters_by_ft = { formatters_by_ft = {
lua = { 'stylua' }, lua = { 'stylua' },
json = { 'prettierd' }, json = { 'prettierd' },
css = { 'prettierd' },
yaml = { 'prettierd' }, yaml = { 'prettierd' },
-- Conform can also run multiple formatters sequentially -- Conform can also run multiple formatters sequentially
-- python = { "isort", "black" }, -- python = { "isort", "black" },