module: add :lang graphql
This module enables GraphQL[1] usage within Doom with extended functionality. [1] https://www.graphql.org
This commit is contained in:
parent
e8c22c770b
commit
4da450ffd7
6 changed files with 178 additions and 0 deletions
7
modules/lang/graphql/packages.el
Normal file
7
modules/lang/graphql/packages.el
Normal file
|
@ -0,0 +1,7 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/graphql/packages.el
|
||||
|
||||
(package! graphql-mode :pin "9740e4027bd9313697d5cac5caaa5b15626ab1da")
|
||||
(package! graphql-doc :pin "6ba7961fc9c5c9818bd60abce6ba9dfef2dad452")
|
||||
(when (not (featurep! +lsp))
|
||||
(package! company-graphql :pin "757dfa45ad0cef9b9c362c8993d6474a2426c01c"))
|
Loading…
Add table
Add a link
Reference in a new issue