From ec11b85df73cce4edb2925cb7f1d0e8db3a07b1c Mon Sep 17 00:00:00 2001 From: Michael Lingelbach Date: Sat, 3 Jul 2021 14:45:08 -0700 Subject: ci: lint and format with stylua --- lua/lspconfig/graphql.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lua/lspconfig/graphql.lua') diff --git a/lua/lspconfig/graphql.lua b/lua/lspconfig/graphql.lua index 55b3445b..aa84413d 100644 --- a/lua/lspconfig/graphql.lua +++ b/lua/lspconfig/graphql.lua @@ -1,14 +1,14 @@ -local configs = require 'lspconfig/configs' -local util = require 'lspconfig/util' +local configs = require "lspconfig/configs" +local util = require "lspconfig/util" -local server_name = 'graphql' -local bin_name = 'graphql-lsp' +local server_name = "graphql" +local bin_name = "graphql-lsp" configs[server_name] = { default_config = { - cmd = {bin_name, 'server', '-m', 'stream'}, - filetypes = {'graphql'}, - root_dir = util.root_pattern('.git', '.graphqlrc'), + cmd = { bin_name, "server", "-m", "stream" }, + filetypes = { "graphql" }, + root_dir = util.root_pattern(".git", ".graphqlrc"), }, docs = { -- cgit v1.2.3-70-g09d2