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
|
@ -1321,8 +1321,8 @@
|
||||||
"name": "rome"
|
"name": "rome"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cmd": ["python3", "-mrpm_lsp_server", "--stdio"],
|
"cmd": ["rpm_lsp_server", "--stdio"],
|
||||||
"desc": "https://github.com/dcermak/rpm-spec-language-server\n\nLanguage server protocol (LSP) support for RPM Spec files.\n",
|
"desc": "https://github.com/dcermak/rpm-spec-language-server\n\nLanguage server protocol (LSP) support for RPM Spec files.\n\n`rpm-spec-language-server` can be installed by running,\n\n```sh\npip install rpm-spec-language-server\n```\n",
|
||||||
"name": "rpmspec"
|
"name": "rpmspec"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1492,7 +1492,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cmd": ["sqls"],
|
"cmd": ["sqls"],
|
||||||
"desc": "https://github.com/sqls-server/sqls\n\n```lua\nrequire'lspconfig'.sqls.setup{\n cmd = {\"path/to/command\", \"-config\", \"path/to/config.yml\"};\n ...\n}\n```\nSqls can be installed via `go get github.com/sqls-server/sqls`. Instructions for compiling Sqls from the source can be found at [sqls-server/sqls](https://github.com/sqls-server/sqls).\n\n ",
|
"desc": "https://github.com/sqls-server/sqls\n\n```lua\nrequire'lspconfig'.sqls.setup{\n cmd = {\"path/to/command\", \"-config\", \"path/to/config.yml\"};\n ...\n}\n```\nSqls can be installed via `go install github.com/sqls-server/sqls@latest`. Instructions for compiling Sqls from the source can be found at [sqls-server/sqls](https://github.com/sqls-server/sqls).\n\n ",
|
||||||
"name": "sqls"
|
"name": "sqls"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -1230,7 +1230,7 @@
|
||||||
};
|
};
|
||||||
"rust-analyzer.imports.group.enable" = {
|
"rust-analyzer.imports.group.enable" = {
|
||||||
description = ''
|
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;
|
pluginDefault = true;
|
||||||
type = {
|
type = {
|
||||||
|
@ -2238,9 +2238,11 @@
|
||||||
|
|
||||||
Similarly, the JSON representation of `DiscoverArgument::Buildfile` is:
|
Similarly, the JSON representation of `DiscoverArgument::Buildfile` is:
|
||||||
|
|
||||||
{
|
``` json
|
||||||
"buildfile": "BUILD"
|
{
|
||||||
}
|
"buildfile": "BUILD"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
`DiscoverArgument::Path` is used to find and generate a
|
`DiscoverArgument::Path` is used to find and generate a
|
||||||
`rust-project.json`, and therefore, a workspace, whereas
|
`rust-project.json`, and therefore, a workspace, whereas
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue