From 121c737e2d3eab9f926d6bd4639c37cd0a269574 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Thu, 4 Feb 2016 02:53:09 +0100 Subject: [PATCH] add vim-endwise, vim-commentary, and vim-surround --- vimrc | 3 +++ 1 file changed, 3 insertions(+) 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'