ActivityWatch/aw-watcher-vim

Broken in nvim

johan-bjareholt opened this issue · 0 comments

nvim seems to batch together send requests rather than sending them directly, so when aw-watcher-vim tries to heartbeat together the events they end up being very short because their timestamp are pretty much the same.
This results in that the durations are way too low, for example today I've been coding in vim for 3hrs while it only shows 50min.

Have looked at this for a while but not found the cause or how to circumvent it.