From: Brian Leung Date: Sat, 20 May 2023 08:43:52 +0000 (-0700) Subject: Eglot: Add nickel-mode configuration X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=18d7c955b3f6fd9cac4e1688c481fd4b648e1aa5;p=emacs.git Eglot: Add nickel-mode configuration * lisp/progmodes/eglot.el (eglot-server-programs): Add nls for nickel-mode. --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 8df2e52b0e7..cd5831efc48 100644 --- 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"))