aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorsweiglbosker <stefan@s00.xyz>2025-01-30 12:23:12 -0500
committerGitHub <noreply@github.com>2025-01-30 09:23:12 -0800
commit5182e0d3709e2be0e91ed265112819c23ec272b6 (patch)
tree5d213d8bbab5c7a21af9c521c86cac46fd404f9c /lua
parentdocs: update configs.md (diff)
downloadnvim-lspconfig-5182e0d3709e2be0e91ed265112819c23ec272b6.tar
nvim-lspconfig-5182e0d3709e2be0e91ed265112819c23ec272b6.tar.gz
nvim-lspconfig-5182e0d3709e2be0e91ed265112819c23ec272b6.tar.bz2
nvim-lspconfig-5182e0d3709e2be0e91ed265112819c23ec272b6.tar.lz
nvim-lspconfig-5182e0d3709e2be0e91ed265112819c23ec272b6.tar.xz
nvim-lspconfig-5182e0d3709e2be0e91ed265112819c23ec272b6.tar.zst
nvim-lspconfig-5182e0d3709e2be0e91ed265112819c23ec272b6.zip
docs: fix broken link in rust_analyzer config #3596
Diffstat (limited to 'lua')
-rw-r--r--lua/lspconfig/configs/rust_analyzer.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/configs/rust_analyzer.lua b/lua/lspconfig/configs/rust_analyzer.lua
index 5f592d40..e5066a40 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/master/docs/user/generated_config.adoc) for extra settings. The settings can be used like this:
+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:
```lua
require'lspconfig'.rust_analyzer.setup{
settings = {