dein-ui plugin - Load when the key sequence is used

This commit is contained in:
Emmanuel BENOîT 2023-06-18 11:36:40 +02:00
parent d17ae721a1
commit db29dc81d6
No known key found for this signature in database
GPG key ID: 2356DC6956CF54EF

View file

@ -1 +1,6 @@
call dein#add('wsdjeg/dein-ui.vim')
call dein#add('wsdjeg/dein-ui.vim', #{
\ lazy: 1,
\ on_map: #{
\ n: [ '<Leader>Pu' , '<Leader>Pi' ]
\ }
\ })