aboutsummaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2019-02-23 14:47:06 -0500
committerMitch Riedstra <mitch@riedstra.us>2019-02-23 14:47:06 -0500
commit1082b5aa35f077da280333e68e733d55f4b1b13d (patch)
treee5912bfc9650b921bbea93dea4f9ed885567aa6c /setup.sh
parentc34056b3a766e5f0c7a0664d3e1215e9e8024445 (diff)
downloadvim-cfg-1082b5aa35f077da280333e68e733d55f4b1b13d.tar.gz
vim-cfg-1082b5aa35f077da280333e68e733d55f4b1b13d.tar.xz
Add support for gundo
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index 016dc84..cbdb930 100755
--- a/setup.sh
+++ b/setup.sh
@@ -59,3 +59,6 @@ clone
DIR="bundle/nerdtree"
URL="https://github.com/scrooloose/nerdtree"
clone
+DIR="bundle/gundo"
+URL="https://github.com/sjl/gundo.vim"
+clone