From 8c57fb276c619d5f36444859c228eb8ebc3e0a47 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Fri, 27 Apr 2018 14:41:32 -0400 Subject: Added go support to the vimrc again --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh index bad43ed..9bed30b 100755 --- a/setup.sh +++ b/setup.sh @@ -47,3 +47,6 @@ clone DIR="." URL="https://git.riedstra.us/mitch/vim-cfg" clone +DIR="bundle/vim-go" +URL="https://github.com/fatih/vim-go.git" +clone -- cgit v1.2.3