fix(svelte): disable prettier integration for svelte for now. See #3466

This commit is contained in:
Folke Lemaitre
2024-06-05 22:20:35 +02:00
parent cae2c226b5
commit 9a1162314f

View File

@ -59,13 +59,13 @@ return {
end,
},
{
"stevearc/conform.nvim",
optional = true,
opts = {
formatters_by_ft = {
["svelte"] = { "prettier" },
},
},
},
-- {
-- "stevearc/conform.nvim",
-- optional = true,
-- opts = {
-- formatters_by_ft = {
-- ["svelte"] = { "prettier" },
-- },
-- },
-- },
}