diff options
| author | github-actions <github-actions@github.com> | 2023-05-10 04:17:19 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2023-05-10 04:17:19 +0000 |
| commit | f9be670aa1f0fc250f4db7713e9a4fa72e525d22 (patch) | |
| tree | b46c98eae751de6115b25917f94c7c2f9fd8bd7a | |
| parent | docs: Update links in rust_analyzer (#2600) (diff) | |
| download | nvim-lspconfig-f9be670aa1f0fc250f4db7713e9a4fa72e525d22.tar nvim-lspconfig-f9be670aa1f0fc250f4db7713e9a4fa72e525d22.tar.gz nvim-lspconfig-f9be670aa1f0fc250f4db7713e9a4fa72e525d22.tar.bz2 nvim-lspconfig-f9be670aa1f0fc250f4db7713e9a4fa72e525d22.tar.lz nvim-lspconfig-f9be670aa1f0fc250f4db7713e9a4fa72e525d22.tar.xz nvim-lspconfig-f9be670aa1f0fc250f4db7713e9a4fa72e525d22.tar.zst nvim-lspconfig-f9be670aa1f0fc250f4db7713e9a4fa72e525d22.zip | |
docs: update server_configurations.md
skip-checks: true
| -rw-r--r-- | doc/server_configurations.md | 4 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index c30b1575..9c4bd6a6 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -7426,12 +7426,12 @@ require'lspconfig'.ruff_lsp.setup{} ## rust_analyzer -https://github.com/rust-analyzer/rust-analyzer +https://github.com/rust-lang/rust-analyzer rust-analyzer (aka rls 2.0), a language server for Rust -See [docs](https://github.com/rust-analyzer/rust-analyzer/tree/master/docs/user#settings) for extra settings. The settings can be used like this: +See [docs](https://github.com/rust-lang/rust-analyzer/blob/master/docs/user/generated_config.adoc) for extra settings. The settings can be used like this: ```lua require'lspconfig'.rust_analyzer.setup{ settings = { diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index c30b1575..9c4bd6a6 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -7426,12 +7426,12 @@ require'lspconfig'.ruff_lsp.setup{} ## rust_analyzer -https://github.com/rust-analyzer/rust-analyzer +https://github.com/rust-lang/rust-analyzer rust-analyzer (aka rls 2.0), a language server for Rust -See [docs](https://github.com/rust-analyzer/rust-analyzer/tree/master/docs/user#settings) for extra settings. The settings can be used like this: +See [docs](https://github.com/rust-lang/rust-analyzer/blob/master/docs/user/generated_config.adoc) for extra settings. The settings can be used like this: ```lua require'lspconfig'.rust_analyzer.setup{ settings = { |
