0

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?

Marin
  • 111
  • 4
  • 1
    When you say "the" vimrc what are you talking about? You know you can have your own vimrc in your home directory right? – WerkkreW Apr 11 '12 at 18:56

1 Answers1

4

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.

Scott Pack
  • 14,717
  • 10
  • 51
  • 83