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

feat(previewer): enable buffer previewer on buffers #594

Closed linrongbin16 closed 6 months ago

linrongbin16 commented 6 months ago

Regresion test

Platforms

Tasks

codecov[bot] commented 6 months ago

Codecov Report

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

Comparison is base (a3511e2) 78.17% compared to head (81f5aa5) 78.27%.

Files Patch % Lines
lua/fzfx/cfg/file_explorer.lua 68.18% 7 Missing :warning:
lua/fzfx/detail/popup/buffer_popup_window.lua 36.36% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #594 +/- ## ========================================== + Coverage 78.17% 78.27% +0.09% ========================================== Files 52 52 Lines 5778 5776 -2 ========================================== + Hits 4517 4521 +4 + Misses 1261 1255 -6 ```

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

linrongbin16 commented 6 months ago

I'm confused why syntax highlighting is not working (or super limited) in FzfxBuffers buffer previewer.

While FzfxFiles and FzfxGFiles don't have such issue!

linrongbin16 commented 6 months ago

Issue-1

(On Windows) First run FzfxBuffers, then run FzfxFiles, there's an error:

image