mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
feat(prettier): the prettier extra now needs a prettier config file by default. See docs to change this.
This commit is contained in:
parent
9a1162314f
commit
8ceccd71e2
2 changed files with 29 additions and 10 deletions
|
@ -58,14 +58,4 @@ return {
|
|||
})
|
||||
end,
|
||||
},
|
||||
|
||||
-- {
|
||||
-- "stevearc/conform.nvim",
|
||||
-- optional = true,
|
||||
-- opts = {
|
||||
-- formatters_by_ft = {
|
||||
-- ["svelte"] = { "prettier" },
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue