doomemacs/modules/lang/dart/doctor.el
Eric Dallo afefce8560
Improve dart lang module (#2895)
* Use lsp-dart

* Add hover to +flutter flag

* Update README

* Fixes
2020-04-13 22:23:44 -04:00

9 lines
239 B
EmacsLisp

;;; lang/dart/doctor.el -*- lexical-binding: t; -*-
(assert! (or (not (featurep! +lsp))
(featurep! :tools lsp))
"This module requires (:tools lsp)")
(unless (executable-find "dart")
(warn! "Dart isn't on PATH."))