mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
generated: Update
- Updated lspconfig-servers.json - Updated none-ls.nix - Updated rust-analyzer.nix
This commit is contained in:
parent
3c16571378
commit
2d50e6b1f4
3 changed files with 12 additions and 1 deletions
|
@ -261,6 +261,16 @@
|
|||
kind = "boolean";
|
||||
};
|
||||
};
|
||||
"rust-analyzer.cargo.noDeps" = {
|
||||
description = ''
|
||||
Whether to skip fetching dependencies. If set to "true", the analysis is performed
|
||||
entirely offline, and Cargo metadata for dependencies is not fetched.
|
||||
'';
|
||||
pluginDefault = false;
|
||||
type = {
|
||||
kind = "boolean";
|
||||
};
|
||||
};
|
||||
"rust-analyzer.cargo.sysroot" = {
|
||||
description = ''
|
||||
Relative path to the sysroot, or "discover" to try to automatically find it via
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue