Add LSP check to kotlin/doctor.el
This commit is contained in:
parent
591d8d8e56
commit
3fb52110a4
1 changed files with 4 additions and 0 deletions
|
@ -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)")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue