Commit Diff
--- lua/plugins/conform.lua +++ lua/plugins/conform.lua @@ -7,6 +7,7 @@ return { formatters_by_ft = { lua = { 'stylua' }, go = { 'gofmt' }, + htmlangular = { 'prettier' }, typescript = { 'prettier' }, javascript = { 'prettier' }, vue = { 'prettier' },
