projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af4791b
)
Eglot: Add nickel-mode configuration
author
Brian Leung
<leungbk@posteo.net>
Sat, 20 May 2023 08:43:52 +0000
(
01:43
-0700)
committer
João Távora
<capitaomorte@archlinux2022.linuxvmimages.local>
Thu, 25 May 2023 13:20:50 +0000
(14:20 +0100)
* lisp/progmodes/eglot.el (eglot-server-programs): Add nls for nickel-mode.
lisp/progmodes/eglot.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/eglot.el
b/lisp/progmodes/eglot.el
index 8df2e52b0e779def938ecf88957365641e0073b3..cd5831efc48b090ed29d98e5ea7787179b9bb928 100644
(file)
--- a/
lisp/progmodes/eglot.el
+++ b/
lisp/progmodes/eglot.el
@@
-231,6
+231,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")))
+ (nickel-mode . ("nls"))
(gdscript-mode . ("localhost" 6008))
((fortran-mode f90-mode) . ("fortls"))
(futhark-mode . ("futhark" "lsp"))