I'm trying to add in
colorscheme desert
at the bottom of my _vimrc file within Windows 7 and when trying to save it, I keep getting "Access Denied". I set my HOME variable to the "C:\Program Files (x86)\Vim" but still no luck.
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Don't save your user preferences in Program Files, save them in your $HOME directory, which should be set to C:\Users\username (or similar). | |||||
feedback
|
|
To run a program as administrator hold down Ctrl + Shift when you open it. This might give you the permissions to do what you want to do. | |||
feedback
|