Configure helix and ruff

- Make helix use ruff-lsp and pyright
- Configure ruff to my specifications
- Tweak a helix theme color or two
This commit is contained in:
Trysdyn Black 2023-12-28 17:18:09 -08:00
parent 30fee03dd0
commit ff2faf4e4c
3 changed files with 65 additions and 3 deletions

View file

@ -0,0 +1,12 @@
[[language]]
name = "python"
roots = ["pyproject.toml"]
language-servers = ["pyright", "ruff"]
auto-format = true
[language-server.pyright]
command = "pyright-langserver"
args = ["--stdio"]
[language-server.ruff]
command = "ruff-lsp"