set backupcopy to yes
fix issues with parcel.js file watcher
This commit is contained in:
parent
4f8b00c4dd
commit
5640a66978
1 changed files with 3 additions and 0 deletions
3
init.vim
3
init.vim
|
|
@ -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!)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue