From 85edaeb09736ad34cfb003293ea8102c4e363454 Mon Sep 17 00:00:00 2001 From: serxoz Date: Wed, 16 Nov 2022 12:07:25 +0100 Subject: [PATCH] =?UTF-8?q?cambio=20de=20rust=20a=20rustup=20para=20actual?= =?UTF-8?q?izaci=C3=B3n=20do=20rust-analyzer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- after/plugin/lsp.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/after/plugin/lsp.lua b/after/plugin/lsp.lua index e2832ea..ac20892 100644 --- a/after/plugin/lsp.lua +++ b/after/plugin/lsp.lua @@ -116,8 +116,9 @@ require("lspconfig").gopls.setup(config({ -- who even uses this? require("lspconfig").rust_analyzer.setup(config({ + cmd = { "rustup", "run", "stable", "rust-analyzer" }, -- cmd = { "rustup", "run", "rust-analyzer" }, - cmd = { "rust-analyzer" }, + -- cmd = { "rust-analyzer" }, [[ settings = { rust = {