From 18ed250e5b282afa7ac091432bc593919e1ffe40 Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Wed, 15 Apr 2015 12:42:44 -0400 Subject: [PATCH] Try out plugin that exposes vim's undo tree. --- vundle.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vundle.vim b/vundle.vim index 5ef8d58..1a007ca 100644 --- a/vundle.vim +++ b/vundle.vim @@ -36,6 +36,8 @@ Plugin 'bling/vim-airline' Plugin 'tpope/vim-fugitive' " heavily designed color scheme for readability Plugin 'altercation/vim-colors-solarized' +" visualize vim's undo tree +Plugin 'sjl/gundo.vim' " All of your Plugins must be added before the following line call vundle#end() " required