From fd4a90f439ed8a799f0cf66f41410a6350960ea7 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 19 Jan 2012 23:55:36 +1300 Subject: Use submodule for custom colorscheme rather than carting it around everywhere. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index d3d24d80..fc72402e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "vim/bundle/fugitive"] path = vim/bundle/fugitive url = http://github.com/tpope/vim-fugitive.git +[submodule "vim/bundle/sahara"] + path = vim/bundle/sahara + url = http://github.com/tejr/sahara.git -- cgit v1.2.3