Skip to content
Low Jun Kai, Sean edited this page Aug 11, 2020 · 2 revisions

Setting Up MacVim


This only applies to Mac Users.

You can get the recommended .vimrc file here

For Windows Users, please refer to here!

  1. Go to the homebrew website from here

mvim00


  1. Go to Terminal and paste this following command:
    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  2. Type in export PATH=/usr/local/bin:$PATH.
  3. Type in brew update.
  4. Type in brew install vim && brew install macvim.
  5. Type in brew link macvim.
  6. From there, you should be able to use MacVim via the command mvim.

Clone this wiki locally