From 09d0f8b984579cb581a5de46f06d6521a7502e93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellis=20Keny=C5=91?= Date: Sat, 19 Nov 2022 09:38:26 +0000 Subject: [PATCH] docs(graphql): add formatter docs --- modules/lang/graphql/README.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/lang/graphql/README.org b/modules/lang/graphql/README.org index 772c13fd3..5f8c6255c 100644 --- a/modules/lang/graphql/README.org +++ b/modules/lang/graphql/README.org @@ -43,9 +43,15 @@ It includes: * Installation [[id:01cffea4-3329-45e2-a892-95a384ab2338][Enable this module in your ~doom!~ block.]] +** LSP + This module has no direct requirements, but the +lsp flag requires a [[https://emacs-lsp.github.io/lsp-mode/page/lsp-graphql/][supported LSP server]]. +** Formatter + +Formatting is handled using the [[doom-module::editor format]] module via [[https://prettier.io/docs/en/install.html][prettier]]. + * Usage ** Sending queries When visiting a graphql buffer, you have access to the ability to send the