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",
filetypes = {
"html",
"json",
"js",
"typescript",
"yaml"
},