diff --git a/vim/.vimrc b/vim/.vimrc index 14d6ebf..e31fe10 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -3,7 +3,7 @@ " License : MIT " Author : Feng Bohan <1953356163@qq.com> " Date : 2025-04-18 08:39:57 -" Last Modified Date: 2025-04-19 15:40:57 +" Last Modified Date: 2025-04-21 15:57:08 " Last Modified By : Feng Bohan <1953356163@qq.com> " File : .vimrc " Author : Feng Bohan @@ -116,6 +116,7 @@ call plug#begin() Plug 'roxma/vim-hug-neovim-rpc' endif Plug 'preservim/nerdtree' + Plug 'xuyuanp/nerdtree-git-plugin' Plug 'ryanoasis/vim-devicons' Plug 'Yggdroot/indentLine' Plug 'luochen1990/rainbow' @@ -141,6 +142,8 @@ call plug#begin() Plug 'sheerun/vim-polyglot' Plug 'tpope/vim-repeat' Plug 'alpertuna/vim-header' + Plug 'airblade/vim-gitgutter' + Plug 'tpope/vim-fugitive' call plug#end() "=============================================================================