mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add LSP check to kotlin/doctor.el
This commit is contained in:
@ -2,3 +2,7 @@
|
|||||||
|
|
||||||
(unless (executable-find "ktlint")
|
(unless (executable-find "ktlint")
|
||||||
(warn! "ktlint not found. flycheck-kotlin won't work."))
|
(warn! "ktlint not found. flycheck-kotlin won't work."))
|
||||||
|
|
||||||
|
(assert! (or (not (featurep! +lsp))
|
||||||
|
(featurep! :tools lsp))
|
||||||
|
"This module requires (:tools lsp)")
|
||||||
|
Reference in New Issue
Block a user