Added plug-in: gundo.vim
* Lazy-loaded * Mapped to <leader>u
This commit is contained in:
parent
a793a414ac
commit
2d7eff306a
2 changed files with 4 additions and 0 deletions
1
bundles-init/gundo.vim.cfg.vim
Normal file
1
bundles-init/gundo.vim.cfg.vim
Normal file
|
@ -0,0 +1 @@
|
|||
nnoremap <Leader>u :GundoToggle<CR>
|
3
bundles-init/gundo.vim.load.vim
Normal file
3
bundles-init/gundo.vim.load.vim
Normal file
|
@ -0,0 +1,3 @@
|
|||
NeoBundleLazy 'sjl/gundo.vim' , {
|
||||
\ 'mappings' : '<Leader>u'
|
||||
\ }
|
Loading…
Reference in a new issue