mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 03:39:38 +00:00
Add "nixd" LSP server to Eglot
* lisp/progmodes/eglot.el (eglot-server-programs): Add "nixd". Patch by Brian Leung <leungbk@posteo.net>. (Bug#64214)
This commit is contained in:
parent
e962cf4ba7
commit
1f664a0af7
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ chosen (interactively or automatically)."
|
||||||
. ,(eglot-alternatives '("digestif" "texlab")))
|
. ,(eglot-alternatives '("digestif" "texlab")))
|
||||||
(erlang-mode . ("erlang_ls" "--transport" "stdio"))
|
(erlang-mode . ("erlang_ls" "--transport" "stdio"))
|
||||||
((yaml-ts-mode yaml-mode) . ("yaml-language-server" "--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))
|
(gdscript-mode . ("localhost" 6008))
|
||||||
((fortran-mode f90-mode) . ("fortls"))
|
((fortran-mode f90-mode) . ("fortls"))
|
||||||
(futhark-mode . ("futhark" "lsp"))
|
(futhark-mode . ("futhark" "lsp"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue