From 8641af6e25d794593526fffd5e47c2f2921a2553 Mon Sep 17 00:00:00 2001 From: Mo8it Date: Sat, 24 Dec 2022 22:48:05 +0100 Subject: [PATCH] Use rust-analyzer from rustup --- .config/helix/languages.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 80766d9..686ae0d 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -1,3 +1,8 @@ +[[language]] +name = "rust" +language-server = { command = "rustup", args = ["run", "stable", "rust-analyzer"] } +auto-format = true + [[language]] name = "python" roots = ["pyproject.toml"]