summaryrefslogtreecommitdiffstats
path: root/config/helix/languages.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config/helix/languages.toml')
-rw-r--r--config/helix/languages.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/helix/languages.toml b/config/helix/languages.toml
new file mode 100644
index 0000000..2e69b5b
--- /dev/null
+++ b/config/helix/languages.toml
@@ -0,0 +1,3 @@
+[[language]]
+name = "rust"
+config = { checkOnSave = { command = "clippy" } }