summaryrefslogtreecommitdiff
path: root/ftplugin/graphql.lua
blob: c9ce54370475e6bc4dc5a276cbfee4e87f3ef065 (plain)
1
2
3
4
5
6
if require("lv-utils").check_lsp_client_active "graphql" then
  return
end

-- npm install -g graphql-language-service-cli
require("lspconfig").graphql.setup { on_attach = require("lsp").common_on_attach }