bump: :lang dart
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>
This commit is contained in:
parent
9ba6d7191c
commit
3acb75cb16
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
(when (and (modulep! +lsp)
|
(when (and (modulep! +lsp)
|
||||||
(not (modulep! :tools lsp +eglot)))
|
(not (modulep! :tools lsp +eglot)))
|
||||||
(package! lsp-dart :pin "e7ee6afc2e165291360fd35d16648307920837c7"))
|
(package! lsp-dart :pin "f51c80f5458d8ba4db9dd3781d190c6c32213250"))
|
||||||
|
|
||||||
(when (modulep! +flutter)
|
(when (modulep! +flutter)
|
||||||
(package! flutter :pin "004c91e070a9b4a2a5042f5bb20015ec65453acf")
|
(package! flutter :pin "004c91e070a9b4a2a5042f5bb20015ec65453acf")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue