Update .config/helix/languages.toml

This commit is contained in:
Kasper Juul Hermansen 2023-10-20 21:47:54 +02:00
parent 9044e6110f
commit 3a4bb5f1ab
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -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"