mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-19 18:25:11 +02:00
generated: Update
- Updated efmls-configs.nix - Updated lspconfig-servers.json - Updated rust-analyzer.nix
This commit is contained in:
parent
b33189256b
commit
4463eccbd2
3 changed files with 45 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue