mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-31 22:32:15 -08:00
11 lines
267 B
EmacsLisp
11 lines
267 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/dart/packages.el
|
|
|
|
(package! dart-mode :pin "04fcd649f1")
|
|
|
|
(when (featurep! +lsp)
|
|
(package! lsp-dart :pin "80f8ecaf62"))
|
|
|
|
(when (featurep! +flutter)
|
|
(package! flutter :pin "293b7225b9")
|
|
(package! hover :pin "6f9ed1a651"))
|