From 6bef4e23da523c45651b7e62bd23d599338e3d7c Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Sun, 23 Apr 2017 14:26:22 +0200 Subject: [PATCH] Plugins: add more Go plugins --- PLUGINS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PLUGINS.md b/PLUGINS.md index 7b4446b..09d19d3 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -225,7 +225,10 @@ Also see [fuzzy finders](#fuzzy-finders). #### Go +- [gofmt.vim](https://github.com/tweekmonster/gofmt.vim) +- [hl-goimport.vim](https://github.com/tweekmonster/hl-goimport.vim) - [vim-go](https://github.com/fatih/vim-go) +- [vim-godebug](https://github.com/jodosha/vim-godebug) #### Java