2022-03-31 08:28:43 +01:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/graphql/packages.el
|
|
|
|
|
|
|
|
(package! graphql-mode :pin "9740e4027bd9313697d5cac5caaa5b15626ab1da")
|
2022-06-17 19:14:38 +02:00
|
|
|
(package! graphql-doc :pin "d37140267e0c426c7c18aff31900aa1650257394")
|
|
|
|
(unless (featurep! +lsp)
|
|
|
|
(package! company-graphql
|
|
|
|
:recipe (:host github :repo "thaenalpha/company-graphql")
|
2022-06-17 19:37:41 +02:00
|
|
|
:pin "aed9f5109e877944a895d08fc08bad103f03096b"))
|