Replaced gitv with vim-flog

gitv is no longer being maintained
This commit is contained in:
Emmanuel BENOîT 2020-12-05 14:36:44 +01:00
parent bcac26e428
commit c100299cd2
4 changed files with 4 additions and 7 deletions

View file

@ -1,6 +0,0 @@
let g:Gitv_OpenPreviewOnLaunch = 0
let g:Gitv_OpenHorizontal = 1
let g:Gitv_WipeAllOnClose = 1
nmap <leader>gl :Gitv! --all<cr>
vmap <leader>gl :Gitv! --all<cr>
nmap <leader>gL :Gitv --all<cr>

View file

@ -1 +0,0 @@
NeoBundle 'gregsexton/gitv'

View file

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

View file

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