add vim-endwise, vim-commentary, and vim-surround
This commit is contained in:
parent
fb25ae86b1
commit
121c737e2d
1 changed files with 3 additions and 0 deletions
3
vimrc
3
vimrc
|
@ -63,7 +63,10 @@ let mapleader = ","
|
|||
Plugin 'scrooloose/nerdtree'
|
||||
Plugin 'davidoc/taskpaper.vim'
|
||||
Plugin 'scrooloose/syntastic'
|
||||
Plugin 'tpope/vim-endwise'
|
||||
Plugin 'tpope/vim-commentary'
|
||||
Plugin 'tpope/vim-fugitive'
|
||||
Plugin 'tpope/vim-surround'
|
||||
Plugin 'terryma/vim-multiple-cursors'
|
||||
Plugin 'junegunn/vim-easy-align'
|
||||
Plugin 'junegunn/rainbow_parentheses.vim'
|
||||
|
|
Loading…
Add table
Reference in a new issue