diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-08-16 17:36:41 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-08-16 17:36:41 +0200 |
commit | 79926c8d7b62b68071cb5f4930aed6c323e7a3da (patch) | |
tree | 02c5cedc7a0eae3340ce1d9056490ea06ca559ff /install | |
parent | e652a883cfa7c1a72ff27f4a5d020c0412718737 (diff) | |
download | vim-79926c8d7b62b68071cb5f4930aed6c323e7a3da.zip vim-79926c8d7b62b68071cb5f4930aed6c323e7a3da.tar.gz |
use solarized colour theme
Diffstat (limited to 'install')
-rwxr-xr-x | install | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |