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.toml10
1 files changed, 0 insertions, 10 deletions
diff --git a/config/helix/languages.toml b/config/helix/languages.toml
deleted file mode 100644
index 6624a1a..0000000
--- a/config/helix/languages.toml
+++ /dev/null
@@ -1,10 +0,0 @@
-[[language]]
-name = "rust"
-config = { checkOnSave = { command = "clippy" }, cargo = { allFeatures = true }, diagnostics = { disabled = ["inactive-code"] } }
-
-[[language]]
-name = "python"
-language-server = { command = "pyright-langserver", args = ["--stdio"] }
-config = {}
-formatter = { command = "black", args = ["--quiet", "-"] }
-auto-format = true