mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
generated: Updated rust-analyzer.nix
This commit is contained in:
parent
2a94d1de6e
commit
fd41c5afee
1 changed files with 21 additions and 1 deletions
|
@ -311,6 +311,15 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
"rust-analyzer.cfg.setTest" = {
|
||||||
|
description = ''
|
||||||
|
Set `cfg(test)` for local crates. Defaults to true.
|
||||||
|
'';
|
||||||
|
pluginDefault = true;
|
||||||
|
type = {
|
||||||
|
kind = "boolean";
|
||||||
|
};
|
||||||
|
};
|
||||||
"rust-analyzer.check.allTargets" = {
|
"rust-analyzer.check.allTargets" = {
|
||||||
description = ''
|
description = ''
|
||||||
Check all targets and tests (`--all-targets`). Defaults to
|
Check all targets and tests (`--all-targets`). Defaults to
|
||||||
|
@ -507,6 +516,17 @@
|
||||||
kind = "boolean";
|
kind = "boolean";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
"rust-analyzer.completion.addSemicolonToUnit" = {
|
||||||
|
description = ''
|
||||||
|
Whether to automatically add a semicolon when completing unit-returning functions.
|
||||||
|
|
||||||
|
In `match` arms it completes a comma instead.
|
||||||
|
'';
|
||||||
|
pluginDefault = true;
|
||||||
|
type = {
|
||||||
|
kind = "boolean";
|
||||||
|
};
|
||||||
|
};
|
||||||
"rust-analyzer.completion.autoimport.enable" = {
|
"rust-analyzer.completion.autoimport.enable" = {
|
||||||
description = ''
|
description = ''
|
||||||
Toggles the additional completions that automatically add imports when completed.
|
Toggles the additional completions that automatically add imports when completed.
|
||||||
|
@ -1702,7 +1722,7 @@
|
||||||
};
|
};
|
||||||
"rust-analyzer.references.excludeTests" = {
|
"rust-analyzer.references.excludeTests" = {
|
||||||
description = ''
|
description = ''
|
||||||
Exclude tests from find-all-references.
|
Exclude tests from find-all-references and call-hierarchy.
|
||||||
'';
|
'';
|
||||||
pluginDefault = false;
|
pluginDefault = false;
|
||||||
type = {
|
type = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue