From f2df367d61c135d1f77b7e6ebb778bd84f4f3661 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 26 Dec 2020 22:42:52 +0800 Subject: [PATCH] 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. --- core/plugins.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/core/plugins.vim b/core/plugins.vim index ff3a7d5..79bcf52 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -185,7 +185,6 @@ 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' }