plugins - Added vim-which-key

This commit is contained in:
Emmanuel BENOîT 2023-06-18 12:19:52 +02:00
parent 775866fd96
commit b13a63ba83
No known key found for this signature in database
GPG key ID: 2356DC6956CF54EF
3 changed files with 4 additions and 1 deletions

View file

@ -1 +0,0 @@
NeoBundle 'tseeker/vim-which-key'

View file

@ -0,0 +1,4 @@
call dein#add('liuchengxu/vim-which-key', #{
\ lazy: 1,
\ on_map: #{ n: '<Leader>' },
\ })