Add solarized vim theme

main
Buddy Sandidge 12 years ago
parent bf9c5de2f0
commit 08cb031340

3
.gitmodules vendored

@ -73,3 +73,6 @@
[submodule "vim/bundle/ultisnips"] [submodule "vim/bundle/ultisnips"]
path = vim/bundle/ultisnips path = vim/bundle/ultisnips
url = https://github.com/SirVer/ultisnips.git url = https://github.com/SirVer/ultisnips.git
[submodule "vim/bundle/solarized"]
path = vim/bundle/solarized
url = https://github.com/altercation/vim-colors-solarized.git

@ -0,0 +1 @@
Subproject commit 528a59f26d12278698bb946f8fb82a63711eec21

@ -9,6 +9,7 @@ set background=dark " I am using a dark background
syntax on " Syntax highlighting on syntax on " Syntax highlighting on
" General " General
"colorscheme solarized
colorscheme wombat colorscheme wombat
" setlocal spell spelllang=en_us " setlocal spell spelllang=en_us
set fileformats=unix,dos,mac " support all three, in this order set fileformats=unix,dos,mac " support all three, in this order

Loading…
Cancel
Save