Update .config/helix/languages.toml

This commit is contained in:
Kasper Juul Hermansen 2024-02-18 00:36:11 +01:00
parent 7463be0557
commit 20a42264d4
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -4,6 +4,9 @@ command = "clippy"
[language-server.rust-analyzer.config.cargo] [language-server.rust-analyzer.config.cargo]
allFeatures = true allFeatures = true
[language-server.rust-analyzer.config.diagnostics]
disable = ["automock", "double"]
[[language]] [[language]]
name = "graphql" name = "graphql"
scope = "source.graphql" scope = "source.graphql"