aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2022-02-28 15:55:37 +0000
committergithub-actions <github-actions@github.com>2022-02-28 15:55:37 +0000
commit508b6884668d91ad42355301e90e8594e252bca9 (patch)
tree92c699429af7654d0b9a2ecc4b24b2969c1034af
parentdocs: update GraphQL instructions (#1744) (diff)
downloadnvim-lspconfig-508b6884668d91ad42355301e90e8594e252bca9.tar
nvim-lspconfig-508b6884668d91ad42355301e90e8594e252bca9.tar.gz
nvim-lspconfig-508b6884668d91ad42355301e90e8594e252bca9.tar.bz2
nvim-lspconfig-508b6884668d91ad42355301e90e8594e252bca9.tar.lz
nvim-lspconfig-508b6884668d91ad42355301e90e8594e252bca9.tar.xz
nvim-lspconfig-508b6884668d91ad42355301e90e8594e252bca9.tar.zst
nvim-lspconfig-508b6884668d91ad42355301e90e8594e252bca9.zip
docs: update server_configurations.md
skip-checks: true
-rw-r--r--doc/server_configurations.md2
-rw-r--r--doc/server_configurations.txt2
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md
index 67cbbe3b..67716309 100644
--- a/doc/server_configurations.md
+++ b/doc/server_configurations.md
@@ -1786,6 +1786,8 @@ https://github.com/graphql/graphiql/tree/main/packages/graphql-language-service-
npm install -g graphql-language-service-cli
```
+Note that you must also have [the graphql package](https://github.com/graphql/graphql-js) installed and create a [GraphQL config file](https://www.graphql-config.com/docs/user/user-introduction).
+
**Snippet to enable the language server:**
diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt
index 67cbbe3b..67716309 100644
--- a/doc/server_configurations.txt
+++ b/doc/server_configurations.txt
@@ -1786,6 +1786,8 @@ https://github.com/graphql/graphiql/tree/main/packages/graphql-language-service-
npm install -g graphql-language-service-cli
```
+Note that you must also have [the graphql package](https://github.com/graphql/graphql-js) installed and create a [GraphQL config file](https://www.graphql-config.com/docs/user/user-introduction).
+
**Snippet to enable the language server:**