linrongbin16 / fzfx.nvim

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

fix(main): check if line is nil when colorizing lsp range #687

Closed stong1994 closed 2 months ago

stong1994 commented 2 months ago

fix: https://github.com/linrongbin16/fzfx.nvim/issues/685

Regresion test

Platforms

Tasks

linrongbin16 commented 2 months ago

hi @stong1994 , CI lint issue is been fixed, please merge your PR with latest main branch.

stong1994 commented 2 months ago

hi @stong1994 , CI lint issue is been fixed, please merge your PR with latest main branch.

Should I create a new PR?

stong1994 commented 2 months ago

hi @stong1994 , CI lint issue is been fixed, please merge your PR with latest main branch.

Should I create a new PR?

Ok, I has merged the latest main branch

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 79.10%. Comparing base (352906f) to head (f97c593).

Files Patch % Lines
lua/fzfx/cfg/_lsp_locations.lua 5.88% 16 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #687 +/- ## ========================================== - Coverage 79.11% 79.10% -0.01% ========================================== Files 53 53 Lines 6296 6298 +2 ========================================== + Hits 4981 4982 +1 - Misses 1315 1316 +1 ```

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