Skip to content

Instantly share code, notes, and snippets.

@johnmdonahue
Created March 26, 2012 02:10
Show Gist options
  • Save johnmdonahue/2202299 to your computer and use it in GitHub Desktop.
Save johnmdonahue/2202299 to your computer and use it in GitHub Desktop.
Command-T setup instructions

Command-T

For the command-t plugin you will need to be running a version of Vim with ruby support (like MacVim or use this Hombrew-Alt install). To check this:

vim --version | ack ruby

If you see +ruby you are all set, -ruby and you will need to recompile.

Important: Make sure to use the same ruby to install command-t as you link to your Vim install. It will not work otherwise (see here). You can check your Vim ruby by running the following command from Vim:

:ruby p RUBY_VERSION

Make sure this is the same version as your shell:

ruby -v

Then run bundle exec rake make (or the alias bake make) from ~/.dotfiles/vim/bundle/command-t.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment