Use Undotree instead of Gundo

The former doesn't require Python
This commit is contained in:
Emmanuel BENOîT 2017-11-22 21:51:17 +01:00
parent 362b0304ac
commit c6eeafedac
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 @@
nmap <Leader>u :UndotreeToggle<CR>

View file

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