ui/treemacs: add +lsp flag
This commit is contained in:
parent
51864a731e
commit
53bd779cc9
7 changed files with 69 additions and 2 deletions
5
modules/ui/treemacs/doctor.el
Normal file
5
modules/ui/treemacs/doctor.el
Normal file
|
@ -0,0 +1,5 @@
|
|||
;;; ui/treemacs/doctor.el -*- lexical-binding: t; -*-
|
||||
|
||||
(assert! (and (not (featurep! :tools lsp +eglot))
|
||||
(featurep! +lsp))
|
||||
"+lsp flag is not supported with eglot, only with lsp-mode.")
|
Loading…
Add table
Add a link
Reference in a new issue