From 2f28c81eab6f82ce95c51600131b19b51576f443 Mon Sep 17 00:00:00 2001 From: "nixvim-ci[bot]" <212996653+nixvim-ci[bot]@users.noreply.github.com> Date: Sun, 22 Jun 2025 12:16:02 +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.