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

Remove git-messenger.vim

It does not work for git version below 1.8.5 (which is what CentOS 7.4
has by default), since it requires -C option. See also
rhysd/git-messenger.vim#67.
This commit is contained in:
jdhao 2020-12-26 22:42:52 +08:00
parent cc312a55bc
commit f2df367d61

View File

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