diff --git a/vimrc b/vimrc index 3987518..3076176 100644 --- a/vimrc +++ b/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'