linrongbin16 / fzfx.nvim

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

perf(buffer previewer): improve buffer previewer performance #589

Closed linrongbin16 closed 6 months ago

linrongbin16 commented 6 months ago

Successor of #588 , this PR is using partial rendering for best rendering performance!

Finally I think could enable this feature by default!

Regresion test

Platforms

Tasks

codecov[bot] commented 6 months ago

Codecov Report

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

Comparison is base (ace5d12) 77.51% compared to head (9a1ee32) 78.19%.

Files Patch % Lines
lua/fzfx/detail/popup/buffer_popup_window.lua 4.95% 115 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #589 +/- ## ========================================== + Coverage 77.51% 78.19% +0.67% ========================================== Files 51 51 Lines 5759 5755 -4 ========================================== + Hits 4464 4500 +36 + Misses 1295 1255 -40 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.