eglot: Add nushell language server
* lisp/progmodes/eglot.el (eglot-server-programs): Add nushell language server. (Bug#68823)
This commit is contained in:
parent
5f56bc1cdf
commit
a398712761
1 changed files with 1 additions and 0 deletions
|
@ -235,6 +235,7 @@ chosen (interactively or automatically)."
|
|||
(erlang-mode . ("erlang_ls" "--transport" "stdio"))
|
||||
((yaml-ts-mode yaml-mode) . ("yaml-language-server" "--stdio"))
|
||||
(nix-mode . ,(eglot-alternatives '("nil" "rnix-lsp" "nixd")))
|
||||
((nushell-mode nushell-ts-mode) . ("nu" "--lsp"))
|
||||
(gdscript-mode . ("localhost" 6008))
|
||||
((fortran-mode f90-mode) . ("fortls"))
|
||||
(futhark-mode . ("futhark" "lsp"))
|
||||
|
|
Loading…
Add table
Reference in a new issue