Created
October 15, 2023 20:31
-
-
Save dridk/450310737a17be2cd9e0d5fe394fa97d to your computer and use it in GitHub Desktop.
helix language
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[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