dotfiles/.config/helix/languages.toml
Trysdyn Black 4bb78b2cb5 Remove helix LSP configs that aren't needed now
Helix now handles ruff correctly out of the box
2025-01-07 09:46:45 -08:00

17 lines
300 B
TOML

[[language]]
name = "python"
roots = ["pyproject.toml"]
language-servers = ["pyright", "ruff"]
auto-format = true
[language-server.pyright]
command = "pyright-langserver"
args = ["--stdio"]
[[language]]
name = "markdown"
soft-wrap.enable = true
[[language]]
name = "javascript"
auto-format = true