From 30fba381ce049dc17b51a661ce4108c83ba247ea Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 1 Aug 2014 15:42:20 +0200 Subject: [PATCH] Quickly comment out code --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index 40777cf..936ab20 100644 --- a/.vimrc +++ b/.vimrc @@ -38,6 +38,9 @@ Plugin 'mbbill/undotree' nnoremap u :UndotreeToggle let g:undotree_SetFocusWhenToggle=1 " if undotree is opened, it is likely one " wants to interact with it. +" The NERD Commenter : A plugin that allows for easy commenting of code for +" many filetypes. +Plugin 'scrooloose/nerdcommenter' " All of your Plugins must be added before the following line call vundle#end() " required