Added vim plugin tpope/vim-commentary.

This commit is contained in:
Scott Wallace 2014-11-11 21:43:07 +00:00
parent ac2874d6c3
commit e6dac0484b

1
.vimrc
View file

@ -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'