From 41a8b30cf7245e3f4d8e8f047d7e767c6f0002be Mon Sep 17 00:00:00 2001 From: Gabe Berke-Williams Date: Sat, 12 Sep 2015 15:00:11 -0700 Subject: [PATCH] Add gundo.vim It uses Python. To get it to install on OS X, uninstall Homebrew-installed Pythons: brew uninstall python python3 --- vim/vundle.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/vundle.vim b/vim/vundle.vim index 15cffcb4..10aa2dd1 100644 --- a/vim/vundle.vim +++ b/vim/vundle.vim @@ -48,6 +48,7 @@ Plug 'slim-template/vim-slim' " gives you an `ae` text object, so `gcae` comments whole file Plug 'kana/vim-textobj-entire' Plug 'pbrisbin/vim-runfile' +Plug 'vim-scripts/Gundo' " Haskell Plug 'scrooloose/syntastic'