Added vim plugin tpope/vim-commentary.
This commit is contained in:
parent
ac2874d6c3
commit
e6dac0484b
1
.vimrc
1
.vimrc
|
@ -6,6 +6,7 @@ set rtp+=~/.vim/bundle/Vundle.vim
|
||||||
call vundle#begin()
|
call vundle#begin()
|
||||||
|
|
||||||
Plugin 'tpope/vim-fugitive'
|
Plugin 'tpope/vim-fugitive'
|
||||||
|
Plugin 'tpope/vim-commentary'
|
||||||
Plugin 'scrooloose/syntastic'
|
Plugin 'scrooloose/syntastic'
|
||||||
Plugin 'bling/vim-airline'
|
Plugin 'bling/vim-airline'
|
||||||
Plugin '29decibel/codeschool-vim-theme'
|
Plugin '29decibel/codeschool-vim-theme'
|
||||||
|
|
Loading…
Reference in a new issue