Skip to content

Instantly share code, notes, and snippets.

@netsmertia
Created August 17, 2014 18:19
Show Gist options
  • Save netsmertia/e4a9dc24ea0f6e99f80f to your computer and use it in GitHub Desktop.
Save netsmertia/e4a9dc24ea0f6e99f80f to your computer and use it in GitHub Desktop.
VimSetupREADS
##Development Installs
1. install **xcode-developer tools**
2. install **homebrew**
>`ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"`
3. install **vim**
>`brew install vim --override-system-vim --with-lua`
may be you need to make add `alias "vim=/usr/local/Cellar/vim/7.4.335/bin/vim"` in your `~/.bash_profile`
> Written with [StackEdit](https://stackedit.io/).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment