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, end,
}, },
{ -- {
"stevearc/conform.nvim", -- "stevearc/conform.nvim",
optional = true, -- optional = true,
opts = { -- opts = {
formatters_by_ft = { -- formatters_by_ft = {
["svelte"] = { "prettier" }, -- ["svelte"] = { "prettier" },
}, -- },
}, -- },
}, -- },
} }