mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-04 15:03:42 -05:00
docs(lsp): doctor: warn about +booster w/o +eglot
This commit is contained in:
@@ -8,5 +8,7 @@
|
|||||||
(warn! "Couldn't find npm. `lsp-mode' needs npm to auto-install some LSP servers. For more information, see https://emacs-lsp.github.io/lsp-mode/page/languages/.")))
|
(warn! "Couldn't find npm. `lsp-mode' needs npm to auto-install some LSP servers. For more information, see https://emacs-lsp.github.io/lsp-mode/page/languages/.")))
|
||||||
|
|
||||||
(when (modulep! +booster)
|
(when (modulep! +booster)
|
||||||
(unless (executable-find "emacs-lsp-booster")
|
(if (modulep! +eglot)
|
||||||
(warn! "Couldn't find emacs-lsp-booster executable.")))
|
(unless (executable-find "emacs-lsp-booster")
|
||||||
|
(warn! "Couldn't find emacs-lsp-booster executable."))
|
||||||
|
(error! "+booster does nothing without +eglot")))
|
||||||
|
Reference in New Issue
Block a user