1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

add git-messenger (show commit history for a line)

This commit is contained in:
jdhao 2020-10-23 02:00:41 +08:00
parent b54988e61a
commit 7b4ad77ca7

View File

@ -201,6 +201,7 @@ Plug 'mhinz/vim-signify'
" Git command inside vim
Plug 'tpope/vim-fugitive'
Plug 'rhysd/git-messenger.vim'
" Git commit browser
Plug 'junegunn/gv.vim', { 'on': 'GV' }