From ef0384c662442ec994e31450a364dc1ea90870ca Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sun, 16 Apr 2023 09:35:53 +0800 Subject: [PATCH] Remove vim-fugitive. --- .vim/vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.vim/vimrc b/.vim/vimrc index 62ca773..686beb5 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -77,7 +77,6 @@ Plug 'sheerun/vim-polyglot' Plug 'spf13/PIV' Plug 'terryma/vim-expand-region' Plug 'tomtom/tlib_vim' -Plug 'tpope/vim-fugitive' Plug 'tpope/vim-surround' call plug#end() "