Skip to content

Instantly share code, notes, and snippets.

@dridk
Created October 15, 2023 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dridk/450310737a17be2cd9e0d5fe394fa97d to your computer and use it in GitHub Desktop.
Save dridk/450310737a17be2cd9e0d5fe394fa97d to your computer and use it in GitHub Desktop.
helix language
[[language]]
name = "python"
roots = ["pyproject.toml", "setup.py", "Poetry.lock", ".git"]
language-server = { command = "pyright-langserver", args = ["--stdio"] }
auto-format = true
formatter = {command = 'black', args = ["--quiet", "-"]}
config = ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment