From 78ad77da5460fa1b07214d6bcc6bfcc9d75f5882 Mon Sep 17 00:00:00 2001 From: Alex Pliutau Date: Wed, 7 Aug 2024 23:17:33 +0200 Subject: [PATCH] gopls: Add link to Zed docs --- gopls/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/gopls/README.md b/gopls/README.md index 6602e0c27a7..9b0cc72876e 100644 --- a/gopls/README.md +++ b/gopls/README.md @@ -30,6 +30,7 @@ TODO: also, be more consistent about editor (e.g. Emacs) vs. client (e.g. eglot) * [Sublime Text](doc/subl.md) * [Acme](https://github.com/fhs/acme-lsp) * [Lapce](https://github.com/lapce-community/lapce-go) +* [Zed](https://zed.dev/docs/languages/go) If you use `gopls` with an editor that is not on this list, please send us a CL [updating this documentation](doc/contributing.md).