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",