From d1be7832df5686f09c3b57f65ffa7011145b4a8a Mon Sep 17 00:00:00 2001 From: Ben Gadbois Date: Tue, 18 Apr 2017 18:40:16 +0200 Subject: [PATCH] Add new section for Go language to list of plugins --- contents/plugins.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contents/plugins.md b/contents/plugins.md index f193461..09e7c0f 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,9 @@ Also see [fuzzy finders](#fuzzy-finders). - [emmet](https://github.com/mattn/emmet-vim) - [html5](https://github.com/othree/html5.vim) +#### Go +- [vim-go](https://github.com/fatih/vim-go) + #### Java - [javacomplete2](https://github.com/artur-shaik/vim-javacomplete2)