add git plug

This commit is contained in:
fengbh 2025-04-21 16:02:05 +08:00
parent 1e2e4c5d5c
commit 936ad64fcc

View File

@ -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 <fengbohan@fmsh.com.cn>
@ -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()
"=============================================================================