From 80a865d1f60b6588a370f08a748f11ceb4b21f3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Mon, 3 Feb 2025 15:03:30 +0100 Subject: [PATCH] 549 current 1970-01-01 01:00:00 24.11.20250201.f668777 6.6.74 * --- modules/home/shell/nvim-lua/plugins/astrocore.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/home/shell/nvim-lua/plugins/astrocore.lua b/modules/home/shell/nvim-lua/plugins/astrocore.lua index d7519c8..8330935 100644 --- a/modules/home/shell/nvim-lua/plugins/astrocore.lua +++ b/modules/home/shell/nvim-lua/plugins/astrocore.lua @@ -20,7 +20,11 @@ return { rust_analyzer = { settings = { ["rust-analyzer"] = { - cargo = { buildScripts = { enable = true } }, + cargo = { + buildScripts = { enable = true }, + allFeatures = false, + extraArgs = { "--release" }, + }, installCargo = false, installRustc = false, procMacro = { enable = true },