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 ctags
You might need to make the ctags
installed by brew
visible
alias ctags="`brew --prefix`/bin/ctags"
alias ctags >> ~/.bashrc
sudo apt-get install build-essentials
sudo apt-get install ruby
sudo apt-get install git
sudo apt-get install ctags
curl https://raw.github.com/natansh/vimplex/master/install.sh | sh