mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +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,
|
||||
},
|
||||
|
||||
{
|
||||
"stevearc/conform.nvim",
|
||||
optional = true,
|
||||
opts = {
|
||||
formatters_by_ft = {
|
||||
["svelte"] = { "prettier" },
|
||||
},
|
||||
},
|
||||
},
|
||||
-- {
|
||||
-- "stevearc/conform.nvim",
|
||||
-- optional = true,
|
||||
-- opts = {
|
||||
-- formatters_by_ft = {
|
||||
-- ["svelte"] = { "prettier" },
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue