highlighting yanks/puts inconsistent when sqlite is used for storage
What I think is happening: you yank, and it takes a while to do the sqlite storage operations, and the highlighting of the yank doesn't show until the sqlite operation is complete.
Not having this problem when I use shada for storage
If you can reproduce this and it is difficult to solve you might just make a note of this issue in the readme/documentation
Thanks for reporting this issue. I think I can improve that, I'll try to do something soon.
I've made something here, can you try using the branch feat-defer-sqlite-storage ? (see the branch options in lazy or packer)
Thanks
Hey @jam1015 , I've you tried using the branch feat-defer-sqlite-storage ? Can you do a feedback ?