tools/lsp: minor refactor & doc revision
This commit is contained in:
parent
f83e6fe1cc
commit
ffb21b18e5
4 changed files with 21 additions and 17 deletions
|
@ -1,3 +1,5 @@
|
|||
;;; tools/lsp/doctor.el -*- lexical-binding: t; -*-
|
||||
|
||||
(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.")
|
||||
(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.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue