0

I have tried editing my _vimrc file. However, I am unable to make any changes.

Tonechas
  • 13,398
  • 16
  • 46
  • 80
Raj
  • 1
  • 2

1 Answers1

0

There is already an answer here.

You should try

set nobackup #no backup files 
set nowritebackup #only in case you don't want a backup file while editing 
set noswapfile #no swap files
Community
  • 1
  • 1