plugins - Added vim-which-key
This commit is contained in:
parent
775866fd96
commit
b13a63ba83
3 changed files with 4 additions and 1 deletions
|
@ -1 +0,0 @@
|
||||||
NeoBundle 'tseeker/vim-which-key'
|
|
4
plugins/vim-which-key.load.vim
Normal file
4
plugins/vim-which-key.load.vim
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
call dein#add('liuchengxu/vim-which-key', #{
|
||||||
|
\ lazy: 1,
|
||||||
|
\ on_map: #{ n: '<Leader>' },
|
||||||
|
\ })
|
Loading…
Reference in a new issue