Appearance
VIM
Vim is a highly configurable text editor for efficiently creating and changing any kind of text. It is included as "vi" with most UNIX systems.
Installation
bash
brew install vim
# Adapted cli version for macOS
brew install macvim
# GUI version for macOS
brew cask install macvim
Vimrc
To setup vim with different plugins some pre-configurations are available online, some of them listed here