Remove helix LSP configs that aren't needed now

Helix now handles ruff correctly out of the box
This commit is contained in:
Trysdyn Black 2025-01-07 09:46:45 -08:00
parent bab1ad0f8e
commit 4bb78b2cb5

View file

@ -8,9 +8,6 @@ auto-format = true
command = "pyright-langserver"
args = ["--stdio"]
[language-server.ruff]
command = "ruff-lsp"
[[language]]
name = "markdown"
soft-wrap.enable = true