From 7e6ea8aa35b01497c6ff5c70b6ef5744c472582e Mon Sep 17 00:00:00 2001 From: Daisuke Date: Mon, 16 Sep 2024 11:41:18 +0900 Subject: [PATCH] Use the new list `lsp-ruff-ruff-args` under new-connection --- clients/lsp-ruff.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/lsp-ruff.el b/clients/lsp-ruff.el index aa932f69f7..41122563b9 100644 --- a/clients/lsp-ruff.el +++ b/clients/lsp-ruff.el @@ -87,7 +87,7 @@ Previous ruff-lsp should change this to (\"ruff-lsp\")" (lsp-register-client (make-lsp-client :new-connection (lsp-stdio-connection - (lambda () lsp-ruff-server-command)) + (lambda () (append lsp-ruff-server-command lsp-ruff-ruff-args))) :activation-fn (lsp-activate-on "python") :server-id 'ruff :priority -2