emacs-lsp/lsp-dart@e7ee6afc2e -> emacs-lsp/lsp-dart@f51c80f545 Includes a fix for the lsp-dart daemon failing to start (emacs-lsp/lsp-dart#209). Ref: emacs-lsp/lsp-dart#209 Close: #7677 Co-authored-by: abdulhaq-e <abdulhaq-e@users.noreply.github.com>
12 lines
437 B
EmacsLisp
12 lines
437 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/dart/packages.el
|
|
|
|
(package! dart-mode :pin "dffc0209a19fdfac72b861d6adb445c1b6b464f7")
|
|
|
|
(when (and (modulep! +lsp)
|
|
(not (modulep! :tools lsp +eglot)))
|
|
(package! lsp-dart :pin "f51c80f5458d8ba4db9dd3781d190c6c32213250"))
|
|
|
|
(when (modulep! +flutter)
|
|
(package! flutter :pin "004c91e070a9b4a2a5042f5bb20015ec65453acf")
|
|
(package! hover :pin "4ca0638a14a8b304ac2b46e7b342b8d8732ad199"))
|