From 130f64da99e6dfbca8bac6459d7b5f72d34a9092 Mon Sep 17 00:00:00 2001 From: Mukesh Sharma Date: Sun, 3 Oct 2021 13:04:31 +1300 Subject: [PATCH] docs: Added coc-go vim/neovim language server extension to editor plugins --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 953f83ef..834a30c7 100644 --- a/README.md +++ b/README.md @@ -2609,6 +2609,7 @@ _**Unofficial** set of patterns for structuring projects._ ## Editor Plugins +* [coc-go language server extension for Vim/Neovim](https://github.com/josa42/coc-go) - This plugin adds [gopls](https://github.com/golang/tools/blob/master/gopls/README.md) features to Vim/Neovim. * [Go plugin for JetBrains IDEs](https://plugins.jetbrains.com/plugin/9568-go) - Go plugin for JetBrains IDEs. * [go-language-server](https://github.com/theia-ide/go-language-server) - A wrapper to turn the VSCode go extension into a language server supporting the language-server-protocol. * [go-mode](https://github.com/dominikh/go-mode.el) - Go mode for GNU/Emacs.