emacs-lsp / lsp-mode

Emacs client/library for the Language Server Protocol
https://emacs-lsp.github.io/lsp-mode
GNU General Public License v3.0
4.81k stars 890 forks source link

`lsp-nix` support for `nixd` language server #4168

Closed peterbecich closed 7 months ago

peterbecich commented 1 year ago

Is your feature related or already mentioned on the wishlist? No

Describe your feature here.

lsp-nix currently supports rnix: https://github.com/nix-community/rnix-lsp https://github.com/emacs-lsp/lsp-mode/blob/bab06f930a0ee52d45189986e0dd8f28eeb3b784/clients/lsp-nix.el

nixd is a different language server: https://github.com/nix-community/nixd

Can it also be supported? Thank you

jcs090218 commented 7 months ago

It will take some time to implement this. Feel free to make a PR for this!

peterbecich commented 7 months ago

closing, https://github.com/emacs-lsp/lsp-mode/pull/4288 was merged

jcs090218 commented 7 months ago

Oh, didn't know it was implemented already. 👍