heavim/plugins/vim-which-key.load.vim

5 lines
94 B
VimL
Raw Normal View History

2023-06-18 12:19:52 +02:00
call dein#add('liuchengxu/vim-which-key', #{
\ lazy: 1,
\ on_map: #{ n: '<Leader>' },
\ })