aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 710ee76..d5a83f8 100644
--- a/vimrc
+++ b/vimrc
@@ -2,6 +2,7 @@ call plug#begin()
2 Plug 'tpope/vim-sensible' 2 Plug 'tpope/vim-sensible'
3 Plug 'tpope/vim-commentary' 3 Plug 'tpope/vim-commentary'
4 Plug 'tpope/vim-fugitive' 4 Plug 'tpope/vim-fugitive'
5 Plug 'junegunn/gv.vim'
5 Plug 'airblade/vim-gitgutter' 6 Plug 'airblade/vim-gitgutter'
6 Plug 'jiangmiao/auto-pairs' 7 Plug 'jiangmiao/auto-pairs'
7 Plug 'ctrlpvim/ctrlp.vim' 8 Plug 'ctrlpvim/ctrlp.vim'