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

refactor(configs)!: drop 'users' option, only allow 'register' api #706

Closed linrongbin16 closed 3 weeks ago

linrongbin16 commented 1 month ago

Resolve #704 .

Regresion test

Platforms

Tasks

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 88.63636% with 5 lines in your changes missing coverage. Please review.

Project coverage is 80.16%. Comparing base (2e8991e) to head (31978bb).

Files Patch % Lines
lua/fzfx/cfg/lsp_diagnostics.lua 75.00% 2 Missing :warning:
lua/fzfx/detail/general.lua 71.42% 2 Missing :warning:
lua/fzfx/detail/popup/buffer_popup_window.lua 93.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #706 +/- ## ========================================== + Coverage 80.12% 80.16% +0.04% ========================================== Files 55 55 Lines 6455 6439 -16 ========================================== - Hits 5172 5162 -10 + Misses 1283 1277 -6 ```

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