Replaced Gundo with Undotree

This commit is contained in:
Emmanuel BENOîT 2017-07-07 10:11:29 +02:00
parent 362b0304ac
commit f578f77f7a
4 changed files with 2 additions and 4 deletions

View file

@ -1 +0,0 @@
nnoremap <Leader>u :GundoToggle<CR>

View file

@ -1,3 +0,0 @@
NeoBundleLazy 'sjl/gundo.vim' , {
\ 'mappings' : '<Leader>u'
\ }

View file

@ -0,0 +1 @@
nnoremap <Leader>u :UndotreeToggle<CR>

View file

@ -0,0 +1 @@
NeoBundle 'mbbill/undotree'