diff options
| author | hankertrix <91734413+hankertrix@users.noreply.github.com> | 2025-02-25 23:35:55 +0800 |
|---|---|---|
| committer | Peter Lithammer <peter.lithammer@gmail.com> | 2025-02-25 17:08:26 +0100 |
| commit | 3b55c7bef87d52bc37bb452125cef4cbab0495ae (patch) | |
| tree | a8309d18a0766d3db7e158cba788257694cea8df /lua/lspconfig | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-3b55c7bef87d52bc37bb452125cef4cbab0495ae.tar nvim-lspconfig-3b55c7bef87d52bc37bb452125cef4cbab0495ae.tar.gz nvim-lspconfig-3b55c7bef87d52bc37bb452125cef4cbab0495ae.tar.bz2 nvim-lspconfig-3b55c7bef87d52bc37bb452125cef4cbab0495ae.tar.lz nvim-lspconfig-3b55c7bef87d52bc37bb452125cef4cbab0495ae.tar.xz nvim-lspconfig-3b55c7bef87d52bc37bb452125cef4cbab0495ae.tar.zst nvim-lspconfig-3b55c7bef87d52bc37bb452125cef4cbab0495ae.zip | |
fix: fix broken rust analyzer link
Diffstat (limited to 'lua/lspconfig')
| -rw-r--r-- | lua/lspconfig/configs/rust_analyzer.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/configs/rust_analyzer.lua b/lua/lspconfig/configs/rust_analyzer.lua index e5066a40..95fe8866 100644 --- a/lua/lspconfig/configs/rust_analyzer.lua +++ b/lua/lspconfig/configs/rust_analyzer.lua @@ -99,7 +99,7 @@ https://github.com/rust-lang/rust-analyzer rust-analyzer (aka rls 2.0), a language server for Rust -See [docs](https://github.com/rust-lang/rust-analyzer/blob/release/docs/user/generated_config.adoc) for extra settings. The settings can be used like this: +See [docs](https://rust-analyzer.github.io/book/configuration.html) for extra settings. The settings can be used like this: ```lua require'lspconfig'.rust_analyzer.setup{ settings = { |
