mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
docs(lsp): add warning for missing npm
This commit is contained in:
@ -3,3 +3,7 @@
|
||||
(assert! (not (and (featurep! +eglot)
|
||||
(featurep! +peek)))
|
||||
"+eglot and +peek flags are not compatible. Peek uses lsp-mode, while Eglot is another package altogether for LSP.")
|
||||
|
||||
(unless (executable-find "npm")
|
||||
(warn! "Couldn't find npm, most server installers won't work and will have to be installed manually.
|
||||
For more information, see https://emacs-lsp.github.io/lsp-mode/page/languages/."))
|
||||
|
Reference in New Issue
Block a user