mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
fix(svelte): disable prettier integration for svelte for now. See #3466
This commit is contained in:
parent
cae2c226b5
commit
9a1162314f
1 changed files with 9 additions and 9 deletions
|
@ -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" },
|
||||||
},
|
-- },
|
||||||
},
|
-- },
|
||||||
},
|
-- },
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue