generated: Update

- Updated efmls-configs.nix
- Updated lspconfig-servers.json
- Updated rust-analyzer.nix
This commit is contained in:
github-actions[bot] 2024-12-14 12:35:18 +00:00 committed by Austin Horstman
parent b33189256b
commit 4463eccbd2
No known key found for this signature in database
3 changed files with 45 additions and 0 deletions

View file

@ -268,6 +268,24 @@
kind = "string";
};
};
"rust-analyzer.cargo.sysrootQueryMetadata" = {
description = ''
How to query metadata for the sysroot crate. Using cargo metadata allows rust-analyzer
to analyze third-party dependencies of the standard libraries.
Values:
- none: Do not query sysroot metadata, always use stitched sysroot.
- cargo_metadata: Use `cargo metadata` to query sysroot metadata.
'';
pluginDefault = "cargo_metadata";
type = {
kind = "enum";
values = [
"none"
"cargo_metadata"
];
};
};
"rust-analyzer.cargo.sysrootSrc" = {
description = ''
Relative path to the sysroot library sources. If left unset, this will default to