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