From a59c4608fdfdec89faed2fe8fee31f54c6fff212 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Sat, 20 Jun 2015 11:42:12 +0100 Subject: [PATCH] Cosmetic. --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 3f187d0..4ce7b9a 100644 --- a/.vimrc +++ b/.vimrc @@ -11,6 +11,7 @@ set rtp+=$GOROOT/misc/vim set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() +" Plugins Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-commentary' Plugin 'tpope/vim-surround'