From 6ef58966d73b56b70b4afb0d1d3207863352eafb Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 13 Feb 2012 01:44:56 -0500 Subject: Add badwolf colorscheme --- .gitmodules | 3 +++ bundle/badwolf | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/badwolf diff --git a/.gitmodules b/.gitmodules index 00195c73..e94b814b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,3 +58,6 @@ [submodule "bundle/vim-colors-solarized"] path = bundle/vim-colors-solarized url = https://github.com/altercation/vim-colors-solarized.git +[submodule "bundle/badwolf"] + path = bundle/badwolf + url = https://github.com/sjl/badwolf.git diff --git a/bundle/badwolf b/bundle/badwolf new file mode 160000 index 00000000..4337437d --- /dev/null +++ b/bundle/badwolf @@ -0,0 +1 @@ +Subproject commit 4337437dc0a40a02be78911dc6bf6fee5129bb1f -- cgit 1.4.1