dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 2c955d9555d94c8faec3b5006223b4c62fb582fa
parent 73734968eae90b7252f739db26c98a0e08b79c36
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue, 25 Mar 2014 09:36:33 -0700

Added golang syntax

Diffstat:
M.vim/vimrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.vim/vimrc b/.vim/vimrc @@ -8,6 +8,7 @@ Bundle 'blackboard.vim' Bundle 'Dart' Bundle 'fugitive.vim' Bundle 'gmarik/vundle' +Bundle 'Blackrush/vim-gocode' Bundle 'git://github.com/scala/scala-dist.git', {'rtp': 'tool-support/src/vim'} Bundle 'Liquid-Carbon' Bundle 'The-NERD-tree'