From 17caa00b6e424ff5bda8ba5ccb7b429fa16d58b1 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 9 Jan 2021 18:31:49 +0800 Subject: [PATCH] Remove gv.vim Its feature may be replaced by Glog command provided by vim-fugitive --- core/plugins.vim | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/plugins.vim b/core/plugins.vim index d39272f..e262d07 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -187,9 +187,6 @@ Plug 'mhinz/vim-signify' " Git command inside vim Plug 'tpope/vim-fugitive' Plug 'APZelos/blamer.nvim' - -" Git commit browser -Plug 'junegunn/gv.vim', { 'on': 'GV' } "}} "{{ Plugins for markdown writing