linrongbin16 / fzfx.nvim

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

feat(previewer): respect 'number' options #690

Closed linrongbin16 closed 2 months ago

linrongbin16 commented 2 months ago

Resolve #684 .

Regresion test

Platforms

Tasks

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 50.00000% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 79.01%. Comparing base (1e040eb) to head (23bf01a).

Files Patch % Lines
lua/fzfx/detail/popup/buffer_popup_window.lua 50.00% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #690 +/- ## ========================================== - Coverage 79.02% 79.01% -0.01% ========================================== Files 53 53 Lines 6307 6309 +2 ========================================== + Hits 4984 4985 +1 - Misses 1323 1324 +1 ```

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