add html and js to lvim lua

This commit is contained in:
Sean Buckley 2023-10-11 15:26:27 -04:00
parent 4ba2624508
commit cb9ec259a8

View file

@ -12,7 +12,9 @@ formatters.setup {
{ {
name = "prettier", name = "prettier",
filetypes = { filetypes = {
"html",
"json", "json",
"js",
"typescript", "typescript",
"yaml" "yaml"
}, },