Adding the nerdcommenter plugin.

This commit is contained in:
Rodolphe Breard 2015-10-11 17:31:50 +02:00
parent b1d33a22c8
commit c3a6e55f9c

1
.vimrc
View file

@ -14,6 +14,7 @@ call vundle#begin()
" let Vundle manage Vundle, required " let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim' Plugin 'VundleVim/Vundle.vim'
Plugin 'bling/vim-airline' Plugin 'bling/vim-airline'
Plugin 'scrooloose/nerdcommenter'
call vundle#end() call vundle#end()