From 4fd279f8423c59aea58865ea642bc6ac6ccc577a Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 20 Feb 2013 00:39:47 +0100 Subject: [PATCH] vim: use solarized out of a BIG color scheme ;) --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 526eacf..0ee565f 100644 --- a/vimrc +++ b/vimrc @@ -15,10 +15,10 @@ Bundle 'pangloss/vim-javascript' Bundle 'tpope/vim-fugitive' Bundle 'clones/vim-l9' Bundle 'clones/vim-fuzzyfinder' -Bundle 'altercation/vim-colors-solarized' Bundle 'kchmck/vim-coffee-script' Bundle 'scrooloose/syntastic.git' Bundle 'myusuf3/numbers.vim.git' +Bundle 'flazz/vim-colorschemes' " vim-scripts repos "Bundle 'L9'