From 48c3f9dcbcd3712f4b5ceb58d430eac7ca165cae Mon Sep 17 00:00:00 2001 From: nirenjan Date: Thu, 20 Jun 2013 12:45:01 -0700 Subject: [PATCH] Disable syntax on in vimrc Since there's already a syntax enable line, having syntax on is redundant. Also, it allows plugins to override the default colors, rather than using the default Solarized colors --- vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/vimrc b/vimrc index 562335c..f60f805 100644 --- a/vimrc +++ b/vimrc @@ -24,7 +24,6 @@ set backspace=indent,eol,start " Enable syntax highlighting syntax enable -syntax on " Filetype plugins filetype plugin on