linrongbin16 / fzfx.nvim

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

feat(lsp locations): use buffer previewer #666

Closed linrongbin16 closed 6 months ago

linrongbin16 commented 6 months ago

Regresion test

Platforms

Tasks

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 79.33%. Comparing base (adbcd1d) to head (547639a).

Files Patch % Lines
lua/fzfx/detail/popup/buffer_popup_window.lua 67.85% 9 Missing :warning:
lua/fzfx/detail/popup/fzf_popup_window.lua 95.65% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #666 +/- ## ========================================== + Coverage 78.90% 79.33% +0.42% ========================================== Files 53 53 Lines 6224 6271 +47 ========================================== + Hits 4911 4975 +64 + Misses 1313 1296 -17 ```

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