Try out plugin that exposes vim's undo tree.

This commit is contained in:
Thomas Gideon 2015-04-15 12:42:44 -04:00
parent 6ac67267ce
commit 18ed250e5b

View file

@ -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