Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaegassy/coc-graphql
GraphQL extension for coc.nvim
https://github.com/yaegassy/coc-graphql
coc-extensions coc-nvim graphql neovim vim
Last synced: 9 days ago
JSON representation
GraphQL extension for coc.nvim
- Host: GitHub
- URL: https://github.com/yaegassy/coc-graphql
- Owner: yaegassy
- License: mit
- Archived: true
- Created: 2022-03-17T05:14:06.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-17T05:43:23.000Z (almost 3 years ago)
- Last Synced: 2025-01-23T00:42:31.043Z (15 days ago)
- Topics: coc-extensions, coc-nvim, graphql, neovim, vim
- Language: TypeScript
- Homepage:
- Size: 46.9 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coc-graphql
> fork from a [graphql/vscode-graphql](https://github.com/graphql/vscode-graphql)
GraphQL extension for [coc.nvim](https://github.com/neoclide/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**:
```vim
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](https://github.com/fannheyward/create-coc-extension)