add vim-endwise, vim-commentary, and vim-surround

This commit is contained in:
Fernando Schauenburg 2016-02-04 02:53:09 +01:00
parent fb25ae86b1
commit 121c737e2d

3
vimrc
View file

@ -63,7 +63,10 @@ let mapleader = ","
Plugin 'scrooloose/nerdtree' Plugin 'scrooloose/nerdtree'
Plugin 'davidoc/taskpaper.vim' Plugin 'davidoc/taskpaper.vim'
Plugin 'scrooloose/syntastic' Plugin 'scrooloose/syntastic'
Plugin 'tpope/vim-endwise'
Plugin 'tpope/vim-commentary'
Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-fugitive'
Plugin 'tpope/vim-surround'
Plugin 'terryma/vim-multiple-cursors' Plugin 'terryma/vim-multiple-cursors'
Plugin 'junegunn/vim-easy-align' Plugin 'junegunn/vim-easy-align'
Plugin 'junegunn/rainbow_parentheses.vim' Plugin 'junegunn/rainbow_parentheses.vim'