Skip to content

Commit 735b93d

Browse files
committed
Revise LSP support documentation
https://github.com/felippepuhle/coc-graphql is deprecated. Instead, recommend that people consider coc.nvim and configure their own language servers directly.
1 parent 3b42acb commit 735b93d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,11 @@ GQL;
129129

130130
## Language Server Protocol Support
131131

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.
132+
[Language Server Protocol (LSP)](https://langserver.org/) implementations can
133+
enable editor features like schema-aware completion.
134+
135+
- [coc.nvim](https://github.com/neoclide/coc.nvim) supports
136+
[GraphQL languge servers](https://github.com/neoclide/coc.nvim/wiki/Language-servers#graphql)
136137

137138
## Testing
138139

0 commit comments

Comments
 (0)