From 9a1162314f40ea20e9e8716631b8f99e010c04d2 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Wed, 5 Jun 2024 22:20:35 +0200 Subject: [PATCH] fix(svelte): disable prettier integration for svelte for now. See #3466 --- lua/lazyvim/plugins/extras/lang/svelte.lua | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lua/lazyvim/plugins/extras/lang/svelte.lua b/lua/lazyvim/plugins/extras/lang/svelte.lua index adb40741..33da0127 100644 --- a/lua/lazyvim/plugins/extras/lang/svelte.lua +++ b/lua/lazyvim/plugins/extras/lang/svelte.lua @@ -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" }, + -- }, + -- }, + -- }, }