diff options
| author | Ryan Noronha <35768724+waduhek@users.noreply.github.com> | 2023-05-10 09:47:00 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-10 12:17:00 +0800 |
| commit | 81b4e9c9cde572e13a461c8ad237e4241adf88e1 (patch) | |
| tree | 1a69318c1c5b3a81786080e71fb28faadbeeaf5a /lua/lspconfig/server_configurations/rust_analyzer.lua | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-81b4e9c9cde572e13a461c8ad237e4241adf88e1.tar nvim-lspconfig-81b4e9c9cde572e13a461c8ad237e4241adf88e1.tar.gz nvim-lspconfig-81b4e9c9cde572e13a461c8ad237e4241adf88e1.tar.bz2 nvim-lspconfig-81b4e9c9cde572e13a461c8ad237e4241adf88e1.tar.lz nvim-lspconfig-81b4e9c9cde572e13a461c8ad237e4241adf88e1.tar.xz nvim-lspconfig-81b4e9c9cde572e13a461c8ad237e4241adf88e1.tar.zst nvim-lspconfig-81b4e9c9cde572e13a461c8ad237e4241adf88e1.zip | |
docs: Update links in rust_analyzer (#2600)
Diffstat (limited to 'lua/lspconfig/server_configurations/rust_analyzer.lua')
| -rw-r--r-- | lua/lspconfig/server_configurations/rust_analyzer.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/lspconfig/server_configurations/rust_analyzer.lua b/lua/lspconfig/server_configurations/rust_analyzer.lua index 38039b91..cfa61200 100644 --- a/lua/lspconfig/server_configurations/rust_analyzer.lua +++ b/lua/lspconfig/server_configurations/rust_analyzer.lua @@ -76,12 +76,12 @@ return { }, docs = { description = [[ -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 = { |
