set backupcopy to yes

fix issues with parcel.js file watcher
This commit is contained in:
Ray Elliott 2020-06-27 18:21:22 +01:00
parent 4f8b00c4dd
commit 5640a66978
1 changed files with 3 additions and 0 deletions

View File

@ -203,6 +203,9 @@ set updatetime=100
set timeoutlen=500
set lazyredraw
" https://parceljs.org/hmr.html#safe-write
set backupcopy=yes
set title
" the ;/home/* tells vim to stop searching at /home/* (I hope!)