Commit Graph
8 Commits
Author SHA1 Message Date
Fabio GallonettoandFabio Gallonetto 21a72dd228 Add tpope/vim-rvm to the plugin list
tpope/bundler won't work without this plugin on a project
that uses dvm when mvim is not launched from within the
project's directory.
Using the command :Rvm will source the right GEM_HOME
so that :Bedit [gem] is able to look in the right place.
2013-03-30 13:48:42 +01:00
Fabio Gallonetto 793aa0a0ae Change rake file to reuse methods in vundle.rb
Vundle::update_vundle can be reused inside the Rakefile
2013-03-17 17:32:06 +00:00
Fabio Gallonetto 186e701bbd Update zsh alias to support new yadr's commands
yrv -> deletes plugin
ylv -> lists plugins
2013-03-17 17:18:59 +00:00
Fabio Gallonetto 54863f2e1b Add yadr command line tools to remove/list plugins
Two new command line tools: yadr-vim-remove-plugin and
yadr-vim-list-plugin do what they're supposed to.
2013-03-17 17:12:22 +00:00
Fabio Gallonetto 1836070a54 Update yadr's binary to support Vundle
yadr-vim-add-plugin now supports adding vundle plugins
2013-03-17 17:11:11 +00:00
Fabio Gallonetto 5c3b05302e Update Rakefile to manage pathogen-to-vundle upgrade
The Rakefile now detects if pathogen is installed and in that case
it performs the following operations:
1. Moves vim/bundle to vim/bundle.old
2. Removes all the submodules from git config and cache
3. Initializes and updates the new submodules (zsh and bundle)
4. Runs the vundle installer that takes care of the rest
2013-03-16 17:09:54 +00:00
Fabio Gallonetto 990f8b35b3 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.
2013-03-16 17:09:48 +00:00
Fabio Gallonetto c3d44936c0 Move mapleader definition to vimrc
It seems that the mapleader has to be defined before vundle starts
to load the plugins. For this reason, I moved it from yadr-keymap
back into the vimrc. I'm sure it's not a big deal having the leader
mapped under the "general config" instead of inside settings.
2013-03-16 17:09:43 +00:00