From 1a863dc18256f03dc3c6719fdbc32368fa9915dd Mon Sep 17 00:00:00 2001 From: "nixvim-ci[bot]" <212996653+nixvim-ci[bot]@users.noreply.github.com> Date: Sat, 21 Jun 2025 10:44:25 +0000 Subject: [PATCH] generated: Updated rust-analyzer.nix --- generated/rust-analyzer.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/generated/rust-analyzer.nix b/generated/rust-analyzer.nix index 4a557113..0117f077 100644 --- a/generated/rust-analyzer.nix +++ b/generated/rust-analyzer.nix @@ -2303,6 +2303,15 @@ ]; }; }; + "rust-analyzer.workspace.symbol.search.excludeImports" = { + description = '' + Exclude imports from symbol search. + ''; + pluginDefault = false; + type = { + kind = "boolean"; + }; + }; "rust-analyzer.workspace.symbol.search.kind" = { description = '' Workspace symbol search kind.