ui/treemacs: add +lsp flag

This commit is contained in:
Eric Dallo 2021-04-04 23:16:37 -03:00
parent 51864a731e
commit 53bd779cc9
No known key found for this signature in database
GPG key ID: 54B592E05C6FBE46
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.")