From 0731e8c3fe1612013740020ae7f2f9e90f02cbae Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Mon, 19 Dec 2011 02:00:14 -0500 Subject: adding vim-colors-solarized at 528a59f (master HEAD) --- .gitmodules | 3 +++ vim/bundle/solarized | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/solarized diff --git a/.gitmodules b/.gitmodules index e66af29..5601da1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "vim/bundle/coffee-script"] path = vim/bundle/coffee-script url = https://github.com/kchmck/vim-coffee-script.git +[submodule "vim/bundle/solarized"] + path = vim/bundle/solarized + url = https://github.com/altercation/vim-colors-solarized.git diff --git a/vim/bundle/solarized b/vim/bundle/solarized new file mode 160000 index 0000000..528a59f --- /dev/null +++ b/vim/bundle/solarized @@ -0,0 +1 @@ +Subproject commit 528a59f26d12278698bb946f8fb82a63711eec21 -- cgit v1.2.3