mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
generated: Updated rust-analyzer.nix
This commit is contained in:
parent
2849eb56c7
commit
1a863dc182
1 changed files with 9 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue