mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-24 04:35:08 +02:00
generated: Update
- Updated efmls-configs.nix - Updated lspconfig-servers.json - Updated rust-analyzer.nix
This commit is contained in:
parent
81c27364b4
commit
6cf1c93730
3 changed files with 2 additions and 44 deletions
|
@ -311,15 +311,6 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
"rust-analyzer.cfg.setTest" = {
|
||||
description = ''
|
||||
Set `cfg(test)` for local crates. Defaults to true.
|
||||
'';
|
||||
pluginDefault = true;
|
||||
type = {
|
||||
kind = "boolean";
|
||||
};
|
||||
};
|
||||
"rust-analyzer.check.allTargets" = {
|
||||
description = ''
|
||||
Check all targets and tests (`--all-targets`). Defaults to
|
||||
|
@ -516,17 +507,6 @@
|
|||
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" = {
|
||||
description = ''
|
||||
Toggles the additional completions that automatically add imports when completed.
|
||||
|
@ -1722,7 +1702,7 @@
|
|||
};
|
||||
"rust-analyzer.references.excludeTests" = {
|
||||
description = ''
|
||||
Exclude tests from find-all-references and call-hierarchy.
|
||||
Exclude tests from find-all-references.
|
||||
'';
|
||||
pluginDefault = false;
|
||||
type = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue