From f4d47651e2f9857c2de8e7b60bae11af73dc0cbb Mon Sep 17 00:00:00 2001 From: staticsafe Date: Fri, 18 Apr 2014 18:54:48 +0000 Subject: [PATCH] Add vim-colors-solarized. --- .gitmodules | 3 +++ .vim/bundle/vim-colors-solarized | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/vim-colors-solarized diff --git a/.gitmodules b/.gitmodules index 03d4072..1318858 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule ".vim/bundle/ctrlp.vim"] path = .vim/bundle/ctrlp.vim url = https://github.com/kien/ctrlp.vim.git +[submodule ".vim/bundle/vim-colors-solarized"] + path = .vim/bundle/vim-colors-solarized + url = https://github.com/altercation/vim-colors-solarized.git diff --git a/.vim/bundle/vim-colors-solarized b/.vim/bundle/vim-colors-solarized new file mode 160000 index 0000000..528a59f --- /dev/null +++ b/.vim/bundle/vim-colors-solarized @@ -0,0 +1 @@ +Subproject commit 528a59f26d12278698bb946f8fb82a63711eec21