aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Távora2026-02-13 11:28:44 +0000
committerJoão Távora2026-02-13 11:28:44 +0000
commit541040d4c8a10ea4f1fa409557369d3bd087dc5d (patch)
tree8b27484893b12afbea5ff1c02f9742e2c17de3db
parent06395ba77d6e5a90df4dee1c9c3fdb0522d5b21f (diff)
downloademacs-541040d4c8a10ea4f1fa409557369d3bd087dc5d.tar.gz
emacs-541040d4c8a10ea4f1fa409557369d3bd087dc5d.zip
Eglot: fix neocmakelsp invocation
See https://github.com/joaotavora/eglot/issues/1578 * lisp/progmodes/eglot.el (eglot-server-programs): Fix neocmakelsp
-rw-r--r--lisp/progmodes/eglot.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
index 4752b0100d9..d72f5387bb4 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -244,7 +244,7 @@ automatically)."
244 ;; `eglot.el' is installed via GNU ELPA in an older Emacs. 244 ;; `eglot.el' is installed via GNU ELPA in an older Emacs.
245 `(((rust-ts-mode rust-mode) . ("rust-analyzer")) 245 `(((rust-ts-mode rust-mode) . ("rust-analyzer"))
246 ((cmake-mode cmake-ts-mode) 246 ((cmake-mode cmake-ts-mode)
247 . ,(eglot-alternatives '(("neocmakelsp" "--stdio") "cmake-language-server"))) 247 . ,(eglot-alternatives '(("neocmakelsp" "stdio") "cmake-language-server")))
248 (vimrc-mode . ("vim-language-server" "--stdio")) 248 (vimrc-mode . ("vim-language-server" "--stdio"))
249 ((python-mode python-ts-mode) 249 ((python-mode python-ts-mode)
250 . ,(eglot-alternatives 250 . ,(eglot-alternatives