diff options
Diffstat (limited to 'lua/nvim-lsp-installer/installers/graphql.lua')
| -rw-r--r-- | lua/nvim-lsp-installer/installers/graphql.lua | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lua/nvim-lsp-installer/installers/graphql.lua b/lua/nvim-lsp-installer/installers/graphql.lua deleted file mode 100644 index 471eb3ba..00000000 --- a/lua/nvim-lsp-installer/installers/graphql.lua +++ /dev/null @@ -1,16 +0,0 @@ -local util = require('lspconfig.util') - -local installer = require('nvim-lsp-installer.installer') - -local root_dir = installer.get_server_root_path('graphql') - -return installer.Installer:new { - name = "graphql", - root_dir = root_dir, - install_cmd = [[npm install graphql-language-service-cli@latest graphql]], - default_options = { - cmd = { root_dir .. "/node_modules/.bin/graphql-lsp", "server", "-m", "stream" }, - filetypes = { 'typescriptreact', 'javascriptreact', 'graphql' }, - root_dir = util.root_pattern('.git', '.graphqlrc'), - }, -} |
