Use Undotree instead of Gundo
The former doesn't require Python
This commit is contained in:
parent
362b0304ac
commit
c6eeafedac
4 changed files with 2 additions and 4 deletions
|
@ -1 +0,0 @@
|
|||
nnoremap <Leader>u :GundoToggle<CR>
|
|
@ -1,3 +0,0 @@
|
|||
NeoBundleLazy 'sjl/gundo.vim' , {
|
||||
\ 'mappings' : '<Leader>u'
|
||||
\ }
|
1
bundles-init/undotree.vim.cfg.vim
Normal file
1
bundles-init/undotree.vim.cfg.vim
Normal file
|
@ -0,0 +1 @@
|
|||
nmap <Leader>u :UndotreeToggle<CR>
|
1
bundles-init/undotree.vim.load.vim
Normal file
1
bundles-init/undotree.vim.load.vim
Normal file
|
@ -0,0 +1 @@
|
|||
NeoBundle 'mbbill/undotree'
|
Loading…
Reference in a new issue