aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/configs/graphql.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2024-10-24 09:36:22 -0700
committerGitHub <noreply@github.com>2024-10-24 09:36:22 -0700
commit5fd8b5608121d29919830e42a00ccddd9f31dadd (patch)
tree57760ca88941d16003f4950da29e4d54961dda58 /lua/lspconfig/configs/graphql.lua
parentdocs: update configs.md (diff)
downloadnvim-lspconfig-5fd8b5608121d29919830e42a00ccddd9f31dadd.tar
nvim-lspconfig-5fd8b5608121d29919830e42a00ccddd9f31dadd.tar.gz
nvim-lspconfig-5fd8b5608121d29919830e42a00ccddd9f31dadd.tar.bz2
nvim-lspconfig-5fd8b5608121d29919830e42a00ccddd9f31dadd.tar.lz
nvim-lspconfig-5fd8b5608121d29919830e42a00ccddd9f31dadd.tar.xz
nvim-lspconfig-5fd8b5608121d29919830e42a00ccddd9f31dadd.tar.zst
nvim-lspconfig-5fd8b5608121d29919830e42a00ccddd9f31dadd.zip
refactor(docs): drop redundant default_config #3398
Problem: default_config duplicated in `docs` items. Solution: delete it. docgen autogenerates this now.
Diffstat (limited to 'lua/lspconfig/configs/graphql.lua')
-rw-r--r--lua/lspconfig/configs/graphql.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/lspconfig/configs/graphql.lua b/lua/lspconfig/configs/graphql.lua
index fa1e8715..b2f4e898 100644
--- a/lua/lspconfig/configs/graphql.lua
+++ b/lua/lspconfig/configs/graphql.lua
@@ -19,8 +19,5 @@ npm install -g graphql-language-service-cli
Note that you must also have [the graphql package](https://github.com/graphql/graphql-js) installed within your project and create a [GraphQL config file](https://the-guild.dev/graphql/config/docs).
]],
- default_config = {
- root_dir = [[util.root_pattern('.git', '.graphqlrc*', '.graphql.config.*', 'graphql.config.*')]],
- },
},
}