I\'m working with the Vim 7.2 that comes with Mac OS 10.6.1 (Leopard), using the Mac\'s \"Terminal\" app. I\'d like to use a fancy color scheme. I did this...
Create vimrc file on your home folder and then edit it. You can try adding syntax on inside ~/.vimrc file.
$cat ~/.vimrc syntax on
It will highlight your code syntax on vim