4 lines
91 B
VimL
4 lines
91 B
VimL
call dein#add('mbbill/undotree', #{
|
|
\ lazy: 1 ,
|
|
\ on_map: #{ n: [ '<Leader>u' ] },
|
|
\ })
|