add git plug
This commit is contained in:
parent
1e2e4c5d5c
commit
936ad64fcc
@ -3,7 +3,7 @@
|
|||||||
" License : MIT
|
" License : MIT
|
||||||
" Author : Feng Bohan <1953356163@qq.com>
|
" Author : Feng Bohan <1953356163@qq.com>
|
||||||
" Date : 2025-04-18 08:39:57
|
" 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>
|
" Last Modified By : Feng Bohan <1953356163@qq.com>
|
||||||
" File : .vimrc
|
" File : .vimrc
|
||||||
" Author : Feng Bohan <fengbohan@fmsh.com.cn>
|
" Author : Feng Bohan <fengbohan@fmsh.com.cn>
|
||||||
@ -116,6 +116,7 @@ call plug#begin()
|
|||||||
Plug 'roxma/vim-hug-neovim-rpc'
|
Plug 'roxma/vim-hug-neovim-rpc'
|
||||||
endif
|
endif
|
||||||
Plug 'preservim/nerdtree'
|
Plug 'preservim/nerdtree'
|
||||||
|
Plug 'xuyuanp/nerdtree-git-plugin'
|
||||||
Plug 'ryanoasis/vim-devicons'
|
Plug 'ryanoasis/vim-devicons'
|
||||||
Plug 'Yggdroot/indentLine'
|
Plug 'Yggdroot/indentLine'
|
||||||
Plug 'luochen1990/rainbow'
|
Plug 'luochen1990/rainbow'
|
||||||
@ -141,6 +142,8 @@ call plug#begin()
|
|||||||
Plug 'sheerun/vim-polyglot'
|
Plug 'sheerun/vim-polyglot'
|
||||||
Plug 'tpope/vim-repeat'
|
Plug 'tpope/vim-repeat'
|
||||||
Plug 'alpertuna/vim-header'
|
Plug 'alpertuna/vim-header'
|
||||||
|
Plug 'airblade/vim-gitgutter'
|
||||||
|
Plug 'tpope/vim-fugitive'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
"=============================================================================
|
"=============================================================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user