We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3110e3 commit 3d8d006Copy full SHA for 3d8d006
clients/lsp-nix.el
@@ -104,7 +104,7 @@
104
:package-version '(lsp-mode . "9.0.1"))
105
106
(lsp-register-client
107
- (make-lsp-client :new-connection (lsp-stdio-connection (lambda () (push lsp-nix-nixd-server-path lsp-nix-nixd-server-arguments)))
+ (make-lsp-client :new-connection (lsp-stdio-connection (lambda () (cons lsp-nix-nixd-server-path lsp-nix-nixd-server-arguments)))
108
:major-modes '(nix-mode nix-ts-mode)
109
:initialized-fn (lambda (workspace)
110
(with-lsp-workspace workspace
0 commit comments