-
Notifications
You must be signed in to change notification settings - Fork 2
Setting Up MacVim
Low Jun Kai, Sean edited this page Jan 1, 2021
·
1 revision
This only applies to Mac Users.
You can get the recommended .vimrc file here
For Windows Users, please refer to here!
- Go to the homebrew website from here

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