summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-08-16 17:36:41 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-08-16 17:36:41 +0200
commit79926c8d7b62b68071cb5f4930aed6c323e7a3da (patch)
tree02c5cedc7a0eae3340ce1d9056490ea06ca559ff /install
parente652a883cfa7c1a72ff27f4a5d020c0412718737 (diff)
downloadvim-79926c8d7b62b68071cb5f4930aed6c323e7a3da.zip
vim-79926c8d7b62b68071cb5f4930aed6c323e7a3da.tar.gz
use solarized colour theme
Diffstat (limited to 'install')
-rwxr-xr-xinstall1
1 files changed, 1 insertions, 0 deletions
diff --git a/install b/install
index 5240515..01aba99 100755
--- a/install
+++ b/install
@@ -25,6 +25,7 @@ GIT_URLS="
github.com/tpope/vim-haml.git
github.com/tpope/vim-markdown.git
github.com/majutsushi/tagbar
+ github.com/altercation/vim-colors-solarized.git
"
[ ! -d $DIR/bundle ] && mkdir $DIR/bundle
cd $DIR/bundle