From 8b140311b0694dd0cea5f6a6e548101f876d0c50 Mon Sep 17 00:00:00 2001 From: Zynh0722 Date: Sat, 3 Feb 2024 13:46:00 -0800 Subject: [PATCH] stop using leptosfmt for now --- lua/plugins/lspconfig.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/plugins/lspconfig.lua b/lua/plugins/lspconfig.lua index 7458b04..2e3936a 100644 --- a/lua/plugins/lspconfig.lua +++ b/lua/plugins/lspconfig.lua @@ -11,9 +11,9 @@ return { mason = false, settings = { ["rust-analyzer"] = { - rustfmt = { - overrideCommand = { "leptosfmt", "--stdin", "--rustfmt" }, - }, + -- rustfmt = { + -- overrideCommand = { "leptosfmt", "--stdin", "--rustfmt" }, + -- }, imports = { granularity = { group = "module",