linrongbin16 / fzfx.nvim

A Neovim fuzzy finder that updates on every keystroke.
https://linrongbin16.github.io/fzfx.nvim/
MIT License
125 stars 5 forks source link

perf(preview): fix bad performance previewer label on Windows/Linux #400

Closed linrongbin16 closed 1 year ago

linrongbin16 commented 1 year ago

Regresion test

Platforms

Tasks

linrongbin16 commented 1 year ago

sad, I didn't use a real Windows PC to test this preview label feature, it's really laggy.

have to try to fix it.

codecov[bot] commented 1 year ago

Codecov Report

Attention: 130 lines in your changes are missing coverage. Please review.

Files Coverage Δ
lua/fzfx.lua 80.43% <100.00%> (+0.43%) :arrow_up:
lua/fzfx/log.lua 98.80% <100.00%> (+1.21%) :arrow_up:
lua/fzfx/server.lua 91.01% <66.66%> (ø)
lua/fzfx/general.lua 49.53% <9.09%> (-0.28%) :arrow_down:
lua/fzfx/shell_helpers.lua 44.96% <2.94%> (-26.18%) :arrow_down:
lua/fzfx/pipe_server.lua 30.89% <30.89%> (ø)

... and 2 files with indirect coverage changes

:loudspeaker: Thoughts on this report? Let us know!

linrongbin16 commented 1 year ago

seems we have to revert this feature, I didn't have a good way to do it really.

I don't know why macOS don't have this issue....

linrongbin16 commented 1 year ago

revert in #401