mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
generated: Updated rust-analyzer.nix
This commit is contained in:
parent
696e5e5ca0
commit
2ef0818d2e
1 changed files with 2 additions and 1 deletions
|
@ -518,7 +518,8 @@
|
||||||
"rust-analyzer.check.workspace" = {
|
"rust-analyzer.check.workspace" = {
|
||||||
description = ''
|
description = ''
|
||||||
Whether `--workspace` should be passed to `cargo check`.
|
Whether `--workspace` should be passed to `cargo check`.
|
||||||
If false, `-p <package>` will be passed instead.
|
If false, `-p <package>` will be passed instead if applicable. In case it is not, no
|
||||||
|
check will be performed.
|
||||||
'';
|
'';
|
||||||
pluginDefault = true;
|
pluginDefault = true;
|
||||||
type = {
|
type = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue