From 7a84a87999c194c6c2954f782299e247bb29e564 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Tue, 11 Nov 2014 21:51:41 +0000 Subject: [PATCH] Added the vim plugin tpope/vim-surround --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 12679c2..04c6db0 100644 --- a/.vimrc +++ b/.vimrc @@ -7,6 +7,7 @@ call vundle#begin() Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-commentary' +Plugin 'tpope/vim-surround' Plugin 'scrooloose/syntastic' Plugin 'bling/vim-airline' Plugin '29decibel/codeschool-vim-theme'