From d3f5e84eb62cfc4bec769a5be24e69f70d267e99 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Fri, 9 Aug 2024 02:19:57 +0800 Subject: [PATCH] Install tpope/vim-fugitive. --- .vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/vimrc b/.vim/vimrc index 6789803..d1de7e2 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -77,6 +77,7 @@ Plug 'scrooloose/nerdtree' Plug 'sheerun/vim-polyglot' Plug 'terryma/vim-expand-region' Plug 'tomtom/tlib_vim' +Plug 'tpope/vim-fugitive' Plug 'tpope/vim-surround' call plug#end() "