I\'ve installed a fresh Arch Linux system on my laptop and downloaded the vim package.
I haven\'t altered the .vimrc file, but the syntax highlighting doesn\'t seem to w
You need to have following settings in .vimrc file as per arch linux documentation
filetype plugin on syntax on