Skip to content

Commit 2f28c81

Browse files
nixvim-ci[bot]khaneliman
authored andcommitted
generated: Updated rust-analyzer.nix
1 parent 27e89e0 commit 2f28c81

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

generated/rust-analyzer.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2303,6 +2303,15 @@
23032303
];
23042304
};
23052305
};
2306+
"rust-analyzer.workspace.symbol.search.excludeImports" = {
2307+
description = ''
2308+
Exclude imports from symbol search.
2309+
'';
2310+
pluginDefault = false;
2311+
type = {
2312+
kind = "boolean";
2313+
};
2314+
};
23062315
"rust-analyzer.workspace.symbol.search.kind" = {
23072316
description = ''
23082317
Workspace symbol search kind.

0 commit comments

Comments
 (0)