plugins - Re-added git-flog

This commit is contained in:
Emmanuel BENOîT 2023-06-24 16:20:53 +02:00
parent 2b530d5e56
commit 185b985b93
No known key found for this signature in database
GPG key ID: 2356DC6956CF54EF
3 changed files with 9 additions and 4 deletions

View file

@ -1,3 +0,0 @@
" Key mappings
nmap <leader>gL :Flog<cr>
nmap <leader>gl :Flogsplit<cr>

View file

@ -1 +0,0 @@
NeoBundle 'rbong/vim-flog'

View file

@ -0,0 +1,9 @@
call dein#add('rbong/vim-flog', #{
\ lazy: 1,
\ merge_ftdetect: v:true,
\ on_cmd: ['Flog', 'Flogsplit'],
\ })
" Key mappings
nmap <leader>gL :Flog<cr>
nmap <leader>gl :Flogsplit<cr>