Set formatter for HTML and CSS

This commit is contained in:
Marcus 2026-01-29 09:16:39 +08:00
parent 898819b16e
commit 6985ae7b89
1 changed files with 2 additions and 0 deletions

View File

@ -827,6 +827,8 @@ require('lazy').setup({
typescript = { 'prettierd', 'eslint_d', stop_after_first = true },
vue = { 'prettierd', 'eslint_d', stop_after_first = true },
json = { 'prettierd' },
html = { 'prettierd' },
css = { 'prettierd' },
},
},
},