diff options
author | June McEnroe <june@causal.agency> | 2012-02-07 21:39:03 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2012-02-07 21:39:03 -0500 |
commit | 052df97b6c89669ffd17b3058f51bdf63dcb3f53 (patch) | |
tree | d543caeff48acd543b8dad2dce50ef52453055d8 | |
parent | Add back set nocompatible, even though it seemed to end up set anyway (diff) | |
download | src-052df97b6c89669ffd17b3058f51bdf63dcb3f53.tar.gz src-052df97b6c89669ffd17b3058f51bdf63dcb3f53.zip |
Add Solarized colorscheme
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | bundle/vim-colors-solarized | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index eb2046aa..00195c73 100644 --- a/.gitmodules +++ b/.gitmodules @@ -55,3 +55,6 @@ [submodule "bundle/itchy.vim"] path = bundle/itchy.vim url = git://github.com/programble/itchy.vim.git +[submodule "bundle/vim-colors-solarized"] + path = bundle/vim-colors-solarized + url = https://github.com/altercation/vim-colors-solarized.git diff --git a/bundle/vim-colors-solarized b/bundle/vim-colors-solarized new file mode 160000 +Subproject 528a59f26d12278698bb946f8fb82a63711eec2 |