From c3a6e55f9ce9386fcc2bd972ca9d614cb3763a64 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sun, 11 Oct 2015 17:31:50 +0200 Subject: [PATCH] Adding the nerdcommenter plugin. --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 43aa335..047b6b1 100644 --- a/.vimrc +++ b/.vimrc @@ -14,6 +14,7 @@ call vundle#begin() " let Vundle manage Vundle, required Plugin 'VundleVim/Vundle.vim' Plugin 'bling/vim-airline' +Plugin 'scrooloose/nerdcommenter' call vundle#end()