yanky.nvim icon indicating copy to clipboard operation
yanky.nvim copied to clipboard

highlighting yanks/puts inconsistent when sqlite is used for storage

Open jam1015 opened this issue 3 years ago • 4 comments

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

jam1015 avatar Mar 01 '23 23:03 jam1015

If you can reproduce this and it is difficult to solve you might just make a note of this issue in the readme/documentation

jam1015 avatar Mar 01 '23 23:03 jam1015

Thanks for reporting this issue. I think I can improve that, I'll try to do something soon.

gbprod avatar Mar 03 '23 08:03 gbprod

I've made something here, can you try using the branch feat-defer-sqlite-storage ? (see the branch options in lazy or packer) Thanks

gbprod avatar Mar 13 '23 08:03 gbprod

Hey @jam1015 , I've you tried using the branch feat-defer-sqlite-storage ? Can you do a feedback ?

gbprod avatar Oct 06 '23 07:10 gbprod