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(previewer): add buffer preview key bindings for fzf action #559

Closed linrongbin16 closed 7 months ago

linrongbin16 commented 7 months ago

Following work after #556 , relate: #491 .

Regresion test

Platforms

Tasks

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (29d2217) 80.13% compared to head (40543bd) 77.19%. Report is 1 commits behind head on main.

Files Patch % Lines
lua/fzfx/detail/general.lua 31.80% 178 Missing :warning:
lua/fzfx/detail/popup/buffer_popup_window.lua 73.41% 134 Missing :warning:
lua/fzfx/detail/popup.lua 46.26% 36 Missing :warning:
lua/fzfx/detail/popup/popup_helpers.lua 76.81% 16 Missing :warning:
lua/fzfx/detail/fzf_helpers.lua 96.15% 6 Missing :warning:
lua/fzfx/detail/popup/fzf_popup_window.lua 98.14% 2 Missing :warning:
lua/fzfx/helper/parsers.lua 87.50% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #559 +/- ## ========================================== - Coverage 80.13% 77.19% -2.95% ========================================== Files 45 48 +3 Lines 4526 5512 +986 ========================================== + Hits 3627 4255 +628 - Misses 899 1257 +358 ```

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