Skip to content

Instantly share code, notes, and snippets.

@vishvananda
Created February 5, 2013 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vishvananda/4717499 to your computer and use it in GitHub Desktop.
Save vishvananda/4717499 to your computer and use it in GitHub Desktop.
script for starting conole vim in homebrew with the Valloric/YouCompleteMe plugin . Put this in your path, for example as /usr/local/bin/vim
#!/bin/bash
DYLD_FORCE_FLAT_NAMESPACE=1 DYLD_INSERT_LIBRARIES=/usr/local/Cellar/python/2.7.3/lib/libpython2.7.dylib /usr/local/Cellar/macvim/7.3-*/MacVim.app/Contents/MacOS/Vim "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment