From 990f8b35b34f6cafd30d47b55710381467b27ed4 Mon Sep 17 00:00:00 2001 From: Fabio Gallonetto Date: Sat, 16 Mar 2013 13:46:11 +0000 Subject: [PATCH] Remove csapprox Since we're now able to install Solarized on iTerm2, there's no need for approximating the theme when using vim instead of mvim. In fact, using csapprox on iTerm2 with solarized installed breaks the theme completely. --- vim/vundles.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/vim/vundles.vim b/vim/vundles.vim index a9a2331..ba818f8 100644 --- a/vim/vundles.vim +++ b/vim/vundles.vim @@ -18,7 +18,6 @@ Bundle "gmarik/vundle" " All your bundles here Bundle "Raimondi/delimitMate" -Bundle "godlygeek/csapprox.git" Bundle "vim-scripts/AnsiEsc.vim.git" Bundle "skwp/vim-ruby-conque" Bundle "kogakure/vim-sparkup.git"