From 6c2fb86c6a03e20abea5ddd17d735885f0b7cb5e Mon Sep 17 00:00:00 2001 From: Michael Lingelbach Date: Wed, 24 Nov 2021 23:01:07 -0500 Subject: feat: expose configs --- lua/lspconfig/graphql.lua | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 lua/lspconfig/graphql.lua (limited to 'lua/lspconfig/graphql.lua') diff --git a/lua/lspconfig/graphql.lua b/lua/lspconfig/graphql.lua deleted file mode 100644 index 10af6f11..00000000 --- a/lua/lspconfig/graphql.lua +++ /dev/null @@ -1,28 +0,0 @@ -local configs = require 'lspconfig/configs' -local util = require 'lspconfig/util' - -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*', '.graphql.config.*', 'graphql.config.*'), - }, - - docs = { - description = [[ -https://github.com/graphql/graphiql/tree/main/packages/graphql-language-service-cli - -`graphql-lsp` can be installed via `npm`: - -```sh -npm install -g graphql-language-service-cli -``` -]], - default_config = { - root_dir = [[root_pattern('.git', '.graphqlrc*', '.graphql.config.*')]], - }, - }, -} -- cgit v1.2.3-70-g09d2