A Vim structure based on the Vundle package management tool.
Please make sure git, ctags, make and ruby are installed.
Make sure you have installed the XCode Developer tools - having done so would've installed ruby and make automatically.
brew install git
brew install ctagsYou might need to make the ctags installed by brew visible
alias ctags="`brew --prefix`/bin/ctags"
alias ctags >> ~/.bashrcsudo apt-get install build-essentials
sudo apt-get install ruby
sudo apt-get install git
sudo apt-get install ctagscurl https://raw.github.com/natansh/vimplex/master/install.sh | sh