We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b42acb commit 735b93dCopy full SHA for 735b93d
README.md
@@ -129,10 +129,11 @@ GQL;
129
130
## Language Server Protocol Support
131
132
-[coc-graphql](https://github.com/felippepuhle/coc-graphql) provides a Language
133
-Server Protocol extension for [coc.nvim](https://github.com/neoclide/coc.nvim)
134
-that interoperates with vim-graphql to provide schema-aware features like
135
-autocompletion support.
+[Language Server Protocol (LSP)](https://langserver.org/) implementations can
+enable editor features like schema-aware completion.
+
+- [coc.nvim](https://github.com/neoclide/coc.nvim) supports
136
+ [GraphQL languge servers](https://github.com/neoclide/coc.nvim/wiki/Language-servers#graphql)
137
138
## Testing
139
0 commit comments