summaryrefslogtreecommitdiff
path: root/lua/lsp/graphql-ls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lsp/graphql-ls.lua')
-rw-r--r--lua/lsp/graphql-ls.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/lua/lsp/graphql-ls.lua b/lua/lsp/graphql-ls.lua
deleted file mode 100644
index 0bd97ed5..00000000
--- a/lua/lsp/graphql-ls.lua
+++ /dev/null
@@ -1,2 +0,0 @@
--- npm install -g graphql-language-service-cli
-require'lspconfig'.graphql.setup {on_attach = require'lsp'.common_on_attach}