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.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/helix/languages.toml b/config/helix/languages.toml
index 2e69b5b..c0cd901 100644
--- a/config/helix/languages.toml
+++ b/config/helix/languages.toml
@@ -1,3 +1,8 @@
[[language]]
name = "rust"
config = { checkOnSave = { command = "clippy" } }
+
+[[language]]
+name = "python"
+language-server = { command = "pyright-langserver", args = ["--stdio"] }
+config = {}