graphql.lua 206 B

123456
  1. if require("lv-utils").check_lsp_client_active "graphql" then
  2. return
  3. end
  4. -- npm install -g graphql-language-service-cli
  5. require("lspconfig").graphql.setup { on_attach = require("lsp").common_on_attach }