mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
docs(lsp): doctor: warn about +booster w/o +eglot
This commit is contained in:
parent
2d28328b43
commit
a9338d2a4a
1 changed files with 4 additions and 2 deletions
|
|
@ -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/.")))
|
||||
|
||||
(when (modulep! +booster)
|
||||
(unless (executable-find "emacs-lsp-booster")
|
||||
(warn! "Couldn't find emacs-lsp-booster executable.")))
|
||||
(if (modulep! +eglot)
|
||||
(unless (executable-find "emacs-lsp-booster")
|
||||
(warn! "Couldn't find emacs-lsp-booster executable."))
|
||||
(error! "+booster does nothing without +eglot")))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue