From 9eef67080eb656c072f31dc9e221ce838ee07a9f Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Fri, 14 May 2010 02:54:29 -0500 Subject: [PATCH] Added comments to .vimrc at the top. --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index e7f3bf8..d67adaa 100644 --- a/.vimrc +++ b/.vimrc @@ -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.