plugins - Added undotree
This commit is contained in:
parent
73003b1e0d
commit
1bc2b6acb4
3 changed files with 4 additions and 1 deletions
|
@ -1 +0,0 @@
|
||||||
NeoBundle 'mbbill/undotree'
|
|
4
plugins/undotree.load.vim
Normal file
4
plugins/undotree.load.vim
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
call dein#add('mbbill/undotree', #{
|
||||||
|
\ lazy: 1 ,
|
||||||
|
\ on_map: #{ n: [ '<Leader>u' ] },
|
||||||
|
\ })
|
Loading…
Reference in a new issue