summaryrefslogtreecommitdiffstats
path: root/config/helix/languages.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-12-01 19:16:35 -0500
committerJesse Luehrs <doy@tozt.net>2022-12-01 19:16:35 -0500
commit0eb8998d1cec7e3a0851f16e25dfb406b3a7820b (patch)
tree31c05c9a1718df7a5ed7f33df07cea77a381c2ff /config/helix/languages.toml
parent7fccd997055249660e63ea7c154ad0107280b9fb (diff)
downloadconf-0eb8998d1cec7e3a0851f16e25dfb406b3a7820b.tar.gz
conf-0eb8998d1cec7e3a0851f16e25dfb406b3a7820b.zip
more helix config tweaks
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 = {}