From 0710ba8ccd12dca873d5c43b2d1cb94fbe56492a Mon Sep 17 00:00:00 2001 From: Ben Gadbois Date: Tue, 18 Apr 2017 18:40:16 +0200 Subject: [PATCH] Plugins: add Go section Closes #112. --- contents/plugins.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contents/plugins.md b/contents/plugins.md index f193461..1a222db 100644 --- a/contents/plugins.md +++ b/contents/plugins.md @@ -27,6 +27,7 @@ - [C and C++](#c-and-c) - [Clojure](#clojure) +- [Go](#go) - [HTML](#html) - [Java](#java) - [Javascript](#javascript) @@ -223,6 +224,10 @@ Also see [fuzzy finders](#fuzzy-finders). - [emmet](https://github.com/mattn/emmet-vim) - [html5](https://github.com/othree/html5.vim) +#### Go + +- [go](https://github.com/fatih/vim-go) + #### Java - [javacomplete2](https://github.com/artur-shaik/vim-javacomplete2)