]> git.eshelyaron.com Git - emacs.git/commitdiff
Eglot: Add nickel-mode configuration
authorBrian Leung <leungbk@posteo.net>
Sat, 20 May 2023 08:43:52 +0000 (01:43 -0700)
committerJoã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

index 8df2e52b0e779def938ecf88957365641e0073b3..cd5831efc48b090ed29d98e5ea7787179b9bb928 100644 (file)
@@ -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"))