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(preview): set longer delay for buffer previewer #625

Closed linrongbin16 closed 5 months ago

linrongbin16 commented 5 months ago

Regresion test

Platforms

Tasks

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 78.81%. Comparing base (3191476) to head (74b48aa).

Files Patch % Lines
lua/fzfx/detail/general.lua 48.23% 44 Missing :warning:
lua/fzfx/detail/bat_helpers.lua 61.90% 16 Missing :warning:
lua/fzfx/cfg/_lsp_locations.lua 53.33% 14 Missing :warning:
lua/fzfx/detail/popup/buffer_popup_window.lua 64.28% 10 Missing :warning:
lua/fzfx/cfg/vim_keymaps.lua 74.07% 7 Missing :warning:
lua/fzfx/helper/actions.lua 80.00% 6 Missing :warning:
lua/fzfx/cfg/vim_commands.lua 87.87% 4 Missing :warning:
lua/fzfx/cfg/lsp_diagnostics.lua 78.57% 3 Missing :warning:
lua/fzfx/cfg/live_grep.lua 83.33% 2 Missing :warning:
lua/fzfx/detail/popup.lua 50.00% 2 Missing :warning:
... and 5 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #625 +/- ## ========================================== - Coverage 78.84% 78.81% -0.04% ========================================== Files 52 52 Lines 5980 5937 -43 ========================================== - Hits 4715 4679 -36 + Misses 1265 1258 -7 ```

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