mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
ui/treemacs: add +lsp flag
This commit is contained in:
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.")
|
Reference in New Issue
Block a user