aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-04-14 14:33:46 +0200
committerWilliam Boman <william@redwill.se>2022-04-14 14:33:46 +0200
commit423b6676959b6d1555384be0d204cdb15f3d3115 (patch)
tree655b34a948e22f0a69175b71ee928fc25473e803 /lua
parentfeat(async): add a.wait_all (#596) (diff)
downloadmason-423b6676959b6d1555384be0d204cdb15f3d3115.tar
mason-423b6676959b6d1555384be0d204cdb15f3d3115.tar.gz
mason-423b6676959b6d1555384be0d204cdb15f3d3115.tar.bz2
mason-423b6676959b6d1555384be0d204cdb15f3d3115.tar.lz
mason-423b6676959b6d1555384be0d204cdb15f3d3115.tar.xz
mason-423b6676959b6d1555384be0d204cdb15f3d3115.tar.zst
mason-423b6676959b6d1555384be0d204cdb15f3d3115.zip
rust_analyzer: use new rust-lang/rust-analyzer repo
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-lsp-installer/servers/rust_analyzer/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-lsp-installer/servers/rust_analyzer/init.lua b/lua/nvim-lsp-installer/servers/rust_analyzer/init.lua
index 5651cc7f..16689571 100644
--- a/lua/nvim-lsp-installer/servers/rust_analyzer/init.lua
+++ b/lua/nvim-lsp-installer/servers/rust_analyzer/init.lua
@@ -46,7 +46,7 @@ return function(name, root_dir)
homepage = "https://rust-analyzer.github.io",
languages = { "rust" },
installer = {
- context.use_github_release_file("rust-analyzer/rust-analyzer", target),
+ context.use_github_release_file("rust-lang/rust-analyzer", target),
context.capture(function(ctx)
return std.gunzip_remote(
ctx.github_release_file,