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'