summaryrefslogtreecommitdiffstats
path: root/helix/.config/helix/languages.toml
diff options
context:
space:
mode:
Diffstat (limited to 'helix/.config/helix/languages.toml')
-rw-r--r--helix/.config/helix/languages.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix/.config/helix/languages.toml b/helix/.config/helix/languages.toml
index 7502b27..98c9fc2 100644
--- a/helix/.config/helix/languages.toml
+++ b/helix/.config/helix/languages.toml
@@ -1,4 +1,5 @@
[language-server.rust-analyzer]
+command = "ra-multiplex"
config = { checkOnSave = { command = "clippy" }, cargo = { allFeatures = true }, diagnostics = { disabled = ["inactive-code"] } }
[[language]]