I don't have access to the vimrc (no write access that is)
So far I have been using
colorscheme desert
to be able to read comments. But i'm getting tired of it any workaround or do I have to beg sysadmin to chmod it?
I don't have access to the vimrc (no write access that is)
So far I have been using
colorscheme desert
to be able to read comments. But i'm getting tired of it any workaround or do I have to beg sysadmin to chmod it?
In order to make it permanent, you should add that to your ~/.vimrc
file. That's a personal vimrc, as opposed to the system wide one that you're probably looking at. The syntax is slightly different, so what you would do is add the line
colors desert
to your local config file, again that's ~/.vimrc
and you're good to go.