feat(svelte): add formatter for svelte

This commit is contained in:
Daniel Mata 2024-06-05 13:01:22 -05:00
parent c5eeec9bab
commit 9921b4016c

View file

@ -66,4 +66,14 @@ return {
})
end,
},
{
"stevearc/conform.nvim",
optional = true,
opts = {
formatters_by_ft = {
["svelte"] = { "prettier" },
},
},
},
}