mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Eglot: fix invocation of neocmakelsp
* lisp/progmodes/eglot.el (eglot-server-programs): Fix invocation of neocmakelsp
This commit is contained in:
parent
18c81b76bc
commit
07bbfea901
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue