DEV Community

Discussion on: Updating Vim (MacOS)

Collapse
 
chsanch profile image
Christian Sánchez

Another way to install it on MacOS is using brew: brew.sh (Which is one of the tools you should be using if your Dev environment is MacOS :)) and executing the following command:

brew install vim

or if you prefer MacVim:

brew install macvim
Collapse
 
trisha114 profile image
Trisha Aguinaldo

Thanks, Christian! ❤ I totally didn't include that in my article. I should've clarified that I wrote this because I wanted to learn how to update Vim without a package-manager like homebrew and symlink the application myself.