Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

yaegassy/coc-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coc-graphql

fork from a graphql/vscode-graphql

GraphQL extension for coc.nvim

!! Note & Warning !!

I don't use "GraphQL" regularly, so if you like "GraphQL", please refer or copy to this repository and create coc-graphql by yourself.

Install

vim-plug:

Plug 'yaegassy/coc-graphql', {'do': 'yarn install --frozen-lockfile'}

Prepare

Create GraphQL configuration in your project: .graphqlrc or .graphqlrc.{json,yaml,yml,js,ts,toml} or graphql.config.{json,yaml,yml,js,ts,toml}.

Configuration options

Check the "contributes.configuration" section of package.json.

Thanks

License

MIT


This extension is built with create-coc-extension