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 rust-analyzer.nix
This commit is contained in:
parent
2435325720
commit
8ffba233d6
2 changed files with 9 additions and 7 deletions
|
@ -1230,7 +1230,7 @@
|
|||
};
|
||||
"rust-analyzer.imports.group.enable" = {
|
||||
description = ''
|
||||
Group inserted imports by the [following order](https://rust-analyzer.github.io/manual.html#auto-import). Groups are separated by newlines.
|
||||
Group inserted imports by the [following order](https://rust-analyzer.github.io/book/features.html#auto-import). Groups are separated by newlines.
|
||||
'';
|
||||
pluginDefault = true;
|
||||
type = {
|
||||
|
@ -2238,9 +2238,11 @@
|
|||
|
||||
Similarly, the JSON representation of `DiscoverArgument::Buildfile` is:
|
||||
|
||||
{
|
||||
"buildfile": "BUILD"
|
||||
}
|
||||
``` json
|
||||
{
|
||||
"buildfile": "BUILD"
|
||||
}
|
||||
```
|
||||
|
||||
`DiscoverArgument::Path` is used to find and generate a
|
||||
`rust-project.json`, and therefore, a workspace, whereas
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue