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
vimbundler
nirenjan 2013-06-20 12:45:01 -07:00
parent b320126389
commit 1177b81ed4
1 changed files with 0 additions and 1 deletions

1
vimrc
View File

@ -24,7 +24,6 @@ set backspace=indent,eol,start
" Enable syntax highlighting
syntax enable
syntax on
" Filetype plugins
filetype plugin on