Update .config/helix/languages.toml

This commit is contained in:
2023-10-20 21:47:54 +02:00
parent 9044e6110f
commit 3a4bb5f1ab

View File

@@ -1,6 +1,9 @@
[language-server.rust-analyzer.config.check] [language-server.rust-analyzer.config.check]
command = "clippy" command = "clippy"
[language-server.rust-analyzer.config.cargo]
allFeatures = true
[[language]] [[language]]
name = "graphql" name = "graphql"
scope = "source.graphql" scope = "source.graphql"