Saturday, July 25, 2015

Mac Color Syntax in Vi

Add the following to your ~/.vimrc file:

type plugin indent on 
syntax on 
 
Next time you open a file using vi, syntax colors will be used.