Commit Graph
5 Commits
Author SHA1 Message Date
Fabio Gallonetto e481d0ddf4 Fix a bug that was preventing a clean install
The installation of the plugin only happened during an update
because the code that checks out the vundle plugin was in the
wrong place.
2013-03-20 21:08:31 +00:00
Fabio GallonettoandFabio Gallonetto 52407ac34c Change vimrc to use Vundle instead of pathogen 2013-03-16 17:09:38 +00:00
Fabio GallonettoandFabio Gallonetto d8472fc0d0 Add bundle to .gitignore
Bundles are now handled via Vundle so there's no need to monitor
the bundle directory as everything is done through the :Bundle
command
2013-03-16 17:09:33 +00:00
Fabio GallonettoandFabio Gallonetto bf42dc78d7 Remove all vim submodules 2013-03-16 17:09:15 +00:00
Fabio Gallonetto 7f8e2248fe Add solarized themes for iTerm2
Both solarized dark and light are now included in the subdir
iTerm2. They are copies from the original repo because it doesn't
seem worth to clone a ~10Mb repo just to keep in sync 2 files,
considering that solarized hasn't changed much in the past years.

The rakefile has been updated to trigger the automatic installation
of these two themes only if OS == OSX. The user will still have
to set the themes for his/her current profile manually (but that's
explained at the end of the installation process).
2013-03-14 13:35:55 +01:00