diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/graphql.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/graphql.lua b/lua/lspconfig/graphql.lua index 8d89607f..10af6f11 100644 --- a/lua/lspconfig/graphql.lua +++ b/lua/lspconfig/graphql.lua @@ -8,7 +8,7 @@ configs[server_name] = { default_config = { cmd = { bin_name, 'server', '-m', 'stream' }, filetypes = { 'graphql' }, - root_dir = util.root_pattern('.git', '.graphqlrc*', '.graphql.config.*'), + root_dir = util.root_pattern('.git', '.graphqlrc*', '.graphql.config.*', 'graphql.config.*'), }, docs = { |
