generated: Updated rust-analyzer.nix

This commit is contained in:
nixvim-ci[bot] 2025-06-21 10:44:25 +00:00
parent 2849eb56c7
commit 1a863dc182

View file

@ -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.