AckslD / nvim-neoclip.lua

Clipboard manager neovim plugin with telescope integration
931 stars 19 forks source link

fix: fzf-lua preview caching update #95

Closed ibhagwan closed 1 year ago

ibhagwan commented 1 year ago

Recent changes in fzf-lua add preview buffer caching which breaks accessing the preview buffer directly, this PR makes the necessary adjustments and also improves the fzf-lua experience to flicker free scrolling.

AckslD commented 1 year ago

Awesome @ibhagwan!