This is a naive (and likely dumb) question, but I can't seem to get the R syntax highlighting to work with my Linux setup.
I've downloaded a r.vim file that has improved syntax highlighting, and it works on my Windows gvim setup. Does this r.vim file need to be in the /usr/share/vim/v70/syntax directory? Right now, I have it in my home directory and trying out source ~/r.vim in the ~/.vimrc file. However, this doesn't seem to do anything. Perhaps I'm barking up the wrong tree?