Added comments to .vimrc at the top.

This commit is contained in:
Ryan Cavicchioni 2010-05-14 02:54:29 -05:00
parent de97466dcd
commit 9eef67080e

3
.vimrc
View File

@ -1,3 +1,6 @@
" vim config
" Ryan Cavicchioni
if $MONO != "yes"
set t_Co=256 " Set to 256 color mode.
syntax on " Enable syntax highlighting.