From 08cb031340591e3e83f70b1a1b9054cf14628c96 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Wed, 21 Aug 2013 19:35:04 -0700 Subject: [PATCH] Add solarized vim theme --- .gitmodules | 3 +++ vim/bundle/solarized | 1 + vimrc | 1 + 3 files changed, 5 insertions(+) create mode 160000 vim/bundle/solarized diff --git a/.gitmodules b/.gitmodules index f738d7d..bce74a1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -73,3 +73,6 @@ [submodule "vim/bundle/ultisnips"] path = vim/bundle/ultisnips url = https://github.com/SirVer/ultisnips.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 diff --git a/vimrc b/vimrc index c91dfa4..eb4cf72 100644 --- a/vimrc +++ b/vimrc @@ -9,6 +9,7 @@ set background=dark " I am using a dark background syntax on " Syntax highlighting on " General +"colorscheme solarized colorscheme wombat " setlocal spell spelllang=en_us set fileformats=unix,dos,mac " support all three, in this order