Don't enable ruff in pylsp, as ruff has it's own LSP server

This commit is contained in:
Adam Goldsmith 2024-11-07 12:20:54 -05:00
parent 5eb67dc26e
commit 86a4635a81

View File

@ -626,8 +626,7 @@
(lsp-register-custom-settings
'(("pylsp.plugins.pyls_mypy.enabled" t t)
("pylsp.plugins.pyls_mypy.live_mode" nil t)
("pylsp.plugins.ruff.enabled" t t)))
("pylsp.plugins.pyls_mypy.live_mode" nil t)))
(defun lsp-compile-in-root ()