[ADD][VIM] Git-messenger plug-in to read commits
This commit is contained in:
parent
78d5a77552
commit
ca7ae65732
|
@ -89,6 +89,8 @@ Plug 'vim-pandoc/vim-pandoc'
|
||||||
Plug 'tpope/vim-git'
|
Plug 'tpope/vim-git'
|
||||||
" An awesome git wrapper
|
" An awesome git wrapper
|
||||||
Plug 'tpope/vim-fugitive'
|
Plug 'tpope/vim-fugitive'
|
||||||
|
" Show git messages in preview window
|
||||||
|
Plug 'rhysd/git-messenger.vim'
|
||||||
" Fuzzy file finder (installs zfz system-wide)
|
" Fuzzy file finder (installs zfz system-wide)
|
||||||
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
|
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
|
||||||
" Pre-written functions for fzf mappings
|
" Pre-written functions for fzf mappings
|
||||||
|
|
Loading…
Reference in a new issue