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
commit 5640a66978

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!)