From: Eli Zaretskii Date: Thu, 22 Jun 2023 16:33:31 +0000 (+0300) Subject: Add "nixd" LSP server to Eglot X-Git-Tag: emacs-29.1-rc1~118 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1f664a0af75;p=emacs.git Add "nixd" LSP server to Eglot * lisp/progmodes/eglot.el (eglot-server-programs): Add "nixd". Patch by Brian Leung . (Bug#64214) --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 00f2e547e05..890f1e91b86 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -230,7 +230,7 @@ chosen (interactively or automatically)." . ,(eglot-alternatives '("digestif" "texlab"))) (erlang-mode . ("erlang_ls" "--transport" "stdio")) ((yaml-ts-mode yaml-mode) . ("yaml-language-server" "--stdio")) - (nix-mode . ,(eglot-alternatives '("nil" "rnix-lsp"))) + (nix-mode . ,(eglot-alternatives '("nil" "rnix-lsp" "nixd"))) (gdscript-mode . ("localhost" 6008)) ((fortran-mode f90-mode) . ("fortls")) (futhark-mode . ("futhark" "lsp"))