From 3a4bb5f1ab0cb085df50f600d931b55845312c32 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 20 Oct 2023 21:47:54 +0200 Subject: [PATCH] Update .config/helix/languages.toml --- dot_config/helix/languages.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot_config/helix/languages.toml b/dot_config/helix/languages.toml index b836506..93d5c4d 100644 --- a/dot_config/helix/languages.toml +++ b/dot_config/helix/languages.toml @@ -1,6 +1,9 @@ [language-server.rust-analyzer.config.check] command = "clippy" +[language-server.rust-analyzer.config.cargo] +allFeatures = true + [[language]] name = "graphql" scope = "source.graphql"