Improve dart lang module (#2895)

* Use lsp-dart

* Add hover to +flutter flag

* Update README

* Fixes
This commit is contained in:
Eric Dallo 2020-04-13 23:23:44 -03:00 committed by GitHub
parent 1d6f0b3e44
commit afefce8560
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 21 additions and 10 deletions

View file

@ -2,5 +2,10 @@
;;; lang/dart/packages.el
(package! dart-mode :pin "04fcd649f1")
(when (featurep! +lsp)
(package! lsp-dart :pin "064d47bad3"))
(when (featurep! +flutter)
(package! flutter :pin "ec92a4df84"))
(package! flutter :pin "ec92a4df84")
(package! hover :pin "6f9ed1a651"))