新增插件

Changes to be committed:
	modified:   .vimrc
	modified:   README.md
This commit is contained in:
2026-04-22 23:45:23 -04:00
parent eb4fed6ecb
commit 84e8f2e3d4
2 changed files with 14 additions and 0 deletions

4
.vimrc
View File

@@ -16,4 +16,8 @@ call plug#begin()
Plug 'tpope/vim-sensible'
Plug 'preservim/nerdtree'
Plug 'airblade/vim-gitgutter'
Plug 'liuchengxu/vim-which-key'
Plug 'vim-airline/vim-airline'
Plug 'jiangmiao/auto-pairs'
Plug 'easymotion/vim-easymotion'
call plug#end()

View File

@@ -9,3 +9,13 @@ Plug 'tpope/vim-sensible'
Plug 'preservim/nerdtree'
Plug 'airblade/vim-gitgutter'
Plug 'preservim/nerdtree'
Plug 'airblade/vim-gitgutter'
Plug 'liuchengxu/vim-which-key'
Plug 'vim-airline/vim-airline'
Plug 'jiangmiao/auto-pairs'