Plugins - Added CtrlP

This commit is contained in:
Emmanuel BENOîT 2023-06-17 18:42:37 +02:00
parent eaab5add81
commit 725add3819
No known key found for this signature in database
GPG key ID: 2356DC6956CF54EF
3 changed files with 6 additions and 1 deletions

View file

@ -1 +0,0 @@
NeoBundle 'ctrlpvim/ctrlp.vim'

View file

@ -0,0 +1,6 @@
call dein#add('ctrlpvim/ctrlp.vim', #{
\ lazy: 1,
\ on_map: #{
\ n: [ '<Leader>pi' , '<Leader>po', '<Leader>pp' ]
\ }
\ })