linrongbin16/fzfx.nvim

perf: fix bad performance previewer label for Windows/Linux

linrongbin16 opened this issue · 1 comments

The previewer label is only good performance in macOS, very laggy on Windows/Linux.

revert in #401 .

I guess only shared-memory IPC between fzf and nvim could do it in the sync way, or fzf provide an async way to emit the focus and change events.