From e6dac0484b06648df8e9e8a8682ab27fa61d6df6 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Tue, 11 Nov 2014 21:43:07 +0000 Subject: [PATCH] Added vim plugin tpope/vim-commentary. --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 5d0af0a..12679c2 100644 --- a/.vimrc +++ b/.vimrc @@ -6,6 +6,7 @@ set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'tpope/vim-fugitive' +Plugin 'tpope/vim-commentary' Plugin 'scrooloose/syntastic' Plugin 'bling/vim-airline' Plugin '29decibel/codeschool-vim-theme'