Cosmetic.

This commit is contained in:
Scott Wallace 2015-06-20 11:42:12 +01:00
parent dac7239ed1
commit a59c4608fd

1
.vimrc
View file

@ -11,6 +11,7 @@ set rtp+=$GOROOT/misc/vim
set rtp+=~/.vim/bundle/Vundle.vim set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin() call vundle#begin()
" Plugins
Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-fugitive'
Plugin 'tpope/vim-commentary' Plugin 'tpope/vim-commentary'
Plugin 'tpope/vim-surround' Plugin 'tpope/vim-surround'