diff --git a/README.md b/README.md index 57d13c7..960889f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ First you need to install a language server. An example of installing one might $ go get github.com/sourcegraph/go-langserver/langserver/cmd/langserver-go ``` +A more complete set of language servers can be found here: https://github.com/Microsoft/language-server-protocol/wiki/Protocol-Implementations + You will need to put this somewhere that is sourced on startup. ```vim