ElmCast / elm-vim

Elm plugin for Vim
BSD 3-Clause "New" or "Revised" License
572 stars 102 forks source link

Formatting on save breaks file watchers #160

Open abbec opened 6 years ago

abbec commented 6 years ago

The way that formatting on save is implemented makes file watching bundlers like Webpack and Parcel not work. It works the first time but does not send file system events for consecutive writes.

richyliu commented 5 years ago

This is fixed by PR #96, which was made in late 2016 and still hasn't been merged!

greglearns commented 5 years ago

+1 still a problem. Until (or if) this gets changed, editing the local bundled file to apply PR #96 works once you restart vim and parcel.