From fc4f3a3a2b9c57222f884d315f943a3cc2c3cf18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Wed, 22 May 2024 17:25:08 +0200 Subject: [PATCH] Switch to using Rustup toolchain. --- coc-settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coc-settings.json b/coc-settings.json index 748e57f..4e90050 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -1,7 +1,7 @@ { "languageserver": { "rust": { - "command": "/usr/bin/rust-analyzer", + "command": "/home/nicolas/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rust-analyzer", "filetypes": ["rust"], "rootPatterns": ["Cargo.toml"] },