mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
bump: :lang graphql
ifitzpatrick/graphql-doc.el@6ba7961fc9 -> ifitzpatrick/graphql-doc.el@d37140267e timoweave/company-graphql@757dfa45ad -> thaenalpha/company-graphql@aed9f5109e The source for company-graphql is temporarily changed because the package was no longer available on MELPA. Close: #6436 Ref: timoweave/company-graphql#1 Ref: timoweave/company-graphql#4 Co-authored-by: Nopanun Laochunhanun <thaenalpha@users.noreply.github.com>
This commit is contained in:
@ -2,6 +2,8 @@
|
|||||||
;;; lang/graphql/packages.el
|
;;; lang/graphql/packages.el
|
||||||
|
|
||||||
(package! graphql-mode :pin "9740e4027bd9313697d5cac5caaa5b15626ab1da")
|
(package! graphql-mode :pin "9740e4027bd9313697d5cac5caaa5b15626ab1da")
|
||||||
(package! graphql-doc :pin "6ba7961fc9c5c9818bd60abce6ba9dfef2dad452")
|
(package! graphql-doc :pin "d37140267e0c426c7c18aff31900aa1650257394")
|
||||||
(when (not (featurep! +lsp))
|
(unless (featurep! +lsp)
|
||||||
(package! company-graphql :pin "757dfa45ad0cef9b9c362c8993d6474a2426c01c"))
|
(package! company-graphql
|
||||||
|
:recipe (:host github :repo "thaenalpha/company-graphql")
|
||||||
|
:pin "aed9f5109e87..."))
|
||||||
|
Reference in New Issue
Block a user