set backupcopy to yes
fix issues with parcel.js file watcher
This commit is contained in:
parent
4f8b00c4dd
commit
5640a66978
3
init.vim
3
init.vim
|
@ -203,6 +203,9 @@ set updatetime=100
|
||||||
set timeoutlen=500
|
set timeoutlen=500
|
||||||
set lazyredraw
|
set lazyredraw
|
||||||
|
|
||||||
|
" https://parceljs.org/hmr.html#safe-write
|
||||||
|
set backupcopy=yes
|
||||||
|
|
||||||
set title
|
set title
|
||||||
|
|
||||||
" the ;/home/* tells vim to stop searching at /home/* (I hope!)
|
" the ;/home/* tells vim to stop searching at /home/* (I hope!)
|
||||||
|
|
Loading…
Reference in New Issue