[ADD][VIM] Git-messenger plug-in to read commits

This commit is contained in:
Bruno BELANYI 2019-10-12 13:29:38 +02:00
parent 78d5a77552
commit ca7ae65732

View file

@ -89,6 +89,8 @@ Plug 'vim-pandoc/vim-pandoc'
Plug 'tpope/vim-git'
" An awesome git wrapper
Plug 'tpope/vim-fugitive'
" Show git messages in preview window
Plug 'rhysd/git-messenger.vim'
" Fuzzy file finder (installs zfz system-wide)
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
" Pre-written functions for fzf mappings