Try out plugin that exposes vim's undo tree.
This commit is contained in:
parent
6ac67267ce
commit
18ed250e5b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue