dotfiles

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

commit 9c7c1f9a346224483dd03c128934de7e4cafd2fd
parent bf1675f3d24b8b27610d5de86b83e022f269d181
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed,  6 Mar 2013 22:36:34 -0800

Added fugitive bundle

Diffstat:
M.vim/.vimrc | 7++++---
A.vim/bundle/fugitive.vim | 1+
2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/.vim/.vimrc b/.vim/.vimrc @@ -4,12 +4,13 @@ set encoding=utf-8 filetype off set rtp+=~/.vim/bundle/vundle call vundle#rc() +Bundle 'blackboard.vim' +Bundle 'fugitive.vim' Bundle 'gmarik/vundle' -Bundle 'The-NERD-tree' Bundle 'git://github.com/scala/scala-dist.git', {'rtp': 'tool-support/src/vim'} -Bundle 'spacehi.vim' -Bundle 'blackboard.vim' Bundle 'Liquid-Carbon' +Bundle 'The-NERD-tree' +Bundle 'spacehi.vim' filetype plugin indent on let s:cpo_save=&cpo diff --git a/.vim/bundle/fugitive.vim b/.vim/bundle/fugitive.vim @@ -0,0 +1 @@ +Subproject commit 9521e1cb774e5ae2f2da4e753177b8f962e1febb