Added plug-in: gundo.vim

* Lazy-loaded
* Mapped to <leader>u
This commit is contained in:
Emmanuel BENOîT 2015-02-23 18:28:49 +01:00
parent a793a414ac
commit 2d7eff306a
2 changed files with 4 additions and 0 deletions

View file

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

View file

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