fix(svelte): disable prettier integration for svelte for now. See #3466
This commit is contained in:
@ -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" },
|
||||||
},
|
-- },
|
||||||
},
|
-- },
|
||||||
},
|
-- },
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user