summaryrefslogtreecommitdiffstats
path: root/helix
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-26 12:21:24 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-26 12:21:24 -0500
commit88cea54b907d5a2b57b25c4ceefacf5d69bb2880 (patch)
treee9acaca68734ce930923b6d1deedcf418f949619 /helix
parent65373f5873a66737321522b27edc298c3f25fb4e (diff)
downloadconf-88cea54b907d5a2b57b25c4ceefacf5d69bb2880.tar.gz
conf-88cea54b907d5a2b57b25c4ceefacf5d69bb2880.zip
use ra-multiplex
Diffstat (limited to 'helix')
-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]]