linrongbin16 / fzfx.nvim

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

feat(buffer previewer): add 'toggle-preview' key bindings #562

Closed linrongbin16 closed 7 months ago

linrongbin16 commented 7 months ago

relate: #491.

Regresion test

Platforms

Tasks

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (8136ad1) 76.19% compared to head (d357f59) 75.55%.

Files Patch % Lines
lua/fzfx/detail/popup/buffer_popup_window.lua 44.39% 114 Missing :warning:
lua/fzfx/detail/general.lua 14.28% 6 Missing :warning:
lua/fzfx/detail/popup.lua 50.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #562 +/- ## ========================================== - Coverage 76.19% 75.55% -0.65% ========================================== Files 50 50 Lines 5856 5903 +47 ========================================== - Hits 4462 4460 -2 - Misses 1394 1443 +49 ```

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