Skip to content

feat(lsp-nix): Allow passing arguments to server #4728

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

judemille
Copy link
Contributor

Useful sometimes. See the features page.

  • I added a new entry to CHANGELOG.md

  • I updated documentation if applicable (docs folder) Not applicable.

@github-actions github-actions bot added documentation client One or more of lsp-mode language clients labels Mar 5, 2025
@@ -54,6 +54,12 @@
:type 'string
:package-version '(lsp-mode . "8.0.0"))

(defcustom lsp-nix-nixd-server-arguments '()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think setting it to nil is recommended for a later version of Emacs. 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think setting it to nil is recommended for a later version of Emacs. 🤔

Huh. Where could I find info on that?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It used to be a compile warning (either Emacs 30 or 31), but it's gone now. 🤔 I guess the Emacs Devel included this but reverted it after a few weeks.

@jcs090218 jcs090218 merged commit c4ec868 into emacs-lsp:master Mar 12, 2025
18 checks passed
@jcs090218
Copy link
Member

Thank you!

jcs090218 pushed a commit that referenced this pull request Mar 15, 2025
using push modifies lsp-nix-nixd-server-arguments
fix #4728
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client One or more of lsp-mode language clients documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants