summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/helix/languages.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/helix/languages.toml b/config/helix/languages.toml
index 7c3f829..6624a1a 100644
--- a/config/helix/languages.toml
+++ b/config/helix/languages.toml
@@ -6,3 +6,5 @@ config = { checkOnSave = { command = "clippy" }, cargo = { allFeatures = true },
name = "python"
language-server = { command = "pyright-langserver", args = ["--stdio"] }
config = {}
+formatter = { command = "black", args = ["--quiet", "-"] }
+auto-format = true