From c8cb80103fb21a839dec8a469ba04fb7dbe9ebbb Mon Sep 17 00:00:00 2001 From: charliebevis Date: Sat, 17 May 2014 14:37:47 -0700 Subject: [PATCH 1/2] Update readme to reference correct address of repo pivotalforks/vim-config.git instead of pivotal/vim-config.git --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f51a9c8..59148af1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # To Install (Re)move ~/.vim and ~/.vimrc if you have them already, and run: - git clone git://github.com/pivotal/vim-config.git ~/.vim + git clone git://github.com/pivotalforks/vim-config.git ~/.vim cd ~/.vim git submodule update --init ln -s ~/.vim/vimrc ~/.vimrc From 65e0c150f981b663f024147bf1b4587c540996e8 Mon Sep 17 00:00:00 2001 From: Charlie Bevis Date: Sat, 17 May 2014 15:12:59 -0700 Subject: [PATCH 2/2] use an existing repo for vim-slim. bbommarito no longer has a fork of this repo. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 9b412399..f67ec2d3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -95,7 +95,7 @@ ignore = dirty [submodule "bundle/vim-slim"] path = bundle/vim-slim - url = git://github.com/bbommarito/vim-slim.git + url = git://github.com/slim-template/vim-slim.git [submodule "bundle/gundo"] path = bundle/gundo url = https://github.com/sjl/gundo.vim.git