1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

Eglot: fix invocation of neocmakelsp

* lisp/progmodes/eglot.el (eglot-server-programs): Fix invocation
of neocmakelsp
This commit is contained in:
João Távora 2025-03-02 22:07:51 +00:00
parent 18c81b76bc
commit 07bbfea901

View file

@ -244,7 +244,7 @@ automatically)."
;; `eglot.el' is installed via GNU ELPA in an older Emacs.
`(((rust-ts-mode rust-mode) . ("rust-analyzer"))
((cmake-mode cmake-ts-mode)
. ,(eglot-alternatives '(("neocmakelsp" "cmake-language-server"))))
. ,(eglot-alternatives '((("neocmakelsp" "--stdio") "cmake-language-server"))))
(vimrc-mode . ("vim-language-server" "--stdio"))
((python-mode python-ts-mode)
. ,(eglot-alternatives