summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-26 11:04:33 -0400
committerJesse Luehrs <doy@tozt.net>2023-03-26 11:04:33 -0400
commit2d99006b7c0a2ed6bbd42c3c5b7d915a8da95ce9 (patch)
tree7b3562083856a170e60993ecf4cdccae0974c63d /config
parent9d472a7705b45f02d38a9c9c61fc813cfb917cde (diff)
downloadconf-2d99006b7c0a2ed6bbd42c3c5b7d915a8da95ce9.tar.gz
conf-2d99006b7c0a2ed6bbd42c3c5b7d915a8da95ce9.zip
better clippy behavior in helix
Diffstat (limited to 'config')
-rw-r--r--config/helix/languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/helix/languages.toml b/config/helix/languages.toml
index c0cd901..7c3f829 100644
--- a/config/helix/languages.toml
+++ b/config/helix/languages.toml
@@ -1,6 +1,6 @@
[[language]]
name = "rust"
-config = { checkOnSave = { command = "clippy" } }
+config = { checkOnSave = { command = "clippy" }, cargo = { allFeatures = true }, diagnostics = { disabled = ["inactive-code"] } }
[[language]]
name = "python"