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