mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Added Dart-Snippets from GitHub.
This commit is contained in:
@ -2,5 +2,17 @@
|
|||||||
;;; lang/dart/packages.el
|
;;; lang/dart/packages.el
|
||||||
|
|
||||||
(package! dart-mode :pin "04fcd649f1")
|
(package! dart-mode :pin "04fcd649f1")
|
||||||
|
|
||||||
|
;; Optional module features
|
||||||
|
|
||||||
(when (featurep! +flutter)
|
(when (featurep! +flutter)
|
||||||
(package! flutter :pin "ec92a4df84"))
|
(package! flutter :pin "ec92a4df84"))
|
||||||
|
|
||||||
|
;; Features according to other user selected options
|
||||||
|
|
||||||
|
(when (featurep! :editor snippets)
|
||||||
|
(package! dart-snippets
|
||||||
|
:recipe (:host github
|
||||||
|
:repo "MYDavoodeh/dart-snippets"
|
||||||
|
:files ("*.el" ("snippets" "snippets/*")))
|
||||||
|
:pin "87ccb4defd"))
|
||||||
|
Reference in New Issue
Block a user