From 4bb78b2cb5b8ac724665561e115c44faeba5802a Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Tue, 7 Jan 2025 09:46:45 -0800 Subject: [PATCH] Remove helix LSP configs that aren't needed now Helix now handles ruff correctly out of the box --- .config/helix/languages.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index af91d13..6cfbc02 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -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