aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2018-04-27 14:41:32 -0400
committerMitch Riedstra <mitch@riedstra.us>2018-04-27 14:41:32 -0400
commit8c57fb276c619d5f36444859c228eb8ebc3e0a47 (patch)
treea8ba305036124fdc7d6f96039cfb834b9fecdd7e
parent5d4c70a3bf04b51a4972c6ccf19da9de34b3c0b4 (diff)
downloadvim-cfg-8c57fb276c619d5f36444859c228eb8ebc3e0a47.tar.gz
vim-cfg-8c57fb276c619d5f36444859c228eb8ebc3e0a47.tar.xz
Added go support to the vimrc again
-rwxr-xr-xsetup.sh3
1 files changed, 3 insertions, 0 deletions
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