From 5f6957f1375ec2e570617c0be1620dac8c8b8c68 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Mon, 29 Jul 2024 21:42:09 -0700 Subject: [PATCH] disable rust_analyzer --- lua/plugins/lspconfig.lua | 56 +++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/lua/plugins/lspconfig.lua b/lua/plugins/lspconfig.lua index 9af2455..ec704a2 100644 --- a/lua/plugins/lspconfig.lua +++ b/lua/plugins/lspconfig.lua @@ -19,34 +19,34 @@ return { lua_ls = { mason = false, }, - rust_analyzer = { - mason = false, - -- settings = { - -- ["rust-analyzer"] = { - -- -- rustfmt = { - -- -- overrideCommand = { "leptosfmt", "--stdin", "--rustfmt" }, - -- -- }, - -- imports = { - -- granularity = { - -- group = "module", - -- }, - -- }, - -- cargo = { - -- buildScripts = { - -- enable = false, - -- }, - -- }, - -- files = { - -- excludeDirs = { - -- "pe-template", - -- }, - -- }, - -- procMacro = { - -- enable = true, - -- }, - -- }, - -- }, - }, + -- rust_analyzer = { + -- mason = false, + -- settings = { + -- ["rust-analyzer"] = { + -- -- rustfmt = { + -- -- overrideCommand = { "leptosfmt", "--stdin", "--rustfmt" }, + -- -- }, + -- imports = { + -- granularity = { + -- group = "module", + -- }, + -- }, + -- cargo = { + -- buildScripts = { + -- enable = false, + -- }, + -- }, + -- files = { + -- excludeDirs = { + -- "pe-template", + -- }, + -- }, + -- procMacro = { + -- enable = true, + -- }, + -- }, + -- }, + -- }, tailwindcss = { init_options = { userLanguages = {