ui/treemacs: add +lsp flag

This commit is contained in:
Eric Dallo
2021-04-04 23:16:37 -03:00
parent 51864a731e
commit 53bd779cc9
7 changed files with 69 additions and 2 deletions

View 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.")