Add LSP check to kotlin/doctor.el

This commit is contained in:
Julian DeMille 2019-11-28 21:53:46 -05:00 committed by GitHub
parent 591d8d8e56
commit 3fb52110a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,3 +2,7 @@
(unless (executable-find "ktlint")
(warn! "ktlint not found. flycheck-kotlin won't work."))
(assert! (or (not (featurep! +lsp))
(featurep! :tools lsp))
"This module requires (:tools lsp)")