diff --git a/generated/lspconfig-servers.json b/generated/lspconfig-servers.json index 99492044..62e518bb 100644 --- a/generated/lspconfig-servers.json +++ b/generated/lspconfig-servers.json @@ -1321,8 +1321,8 @@ "name": "rome" }, { - "cmd": ["python3", "-mrpm_lsp_server", "--stdio"], - "desc": "https://github.com/dcermak/rpm-spec-language-server\n\nLanguage server protocol (LSP) support for RPM Spec files.\n", + "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\n`rpm-spec-language-server` can be installed by running,\n\n```sh\npip install rpm-spec-language-server\n```\n", "name": "rpmspec" }, { @@ -1492,7 +1492,7 @@ }, { "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" }, { diff --git a/generated/rust-analyzer.nix b/generated/rust-analyzer.nix index e0990a33..d8c95b40 100644 --- a/generated/rust-analyzer.nix +++ b/generated/rust-analyzer.nix @@ -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