linrongbin16 / fzfx.nvim

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

perf: improve logging when debugging the interactions #539

Closed linrongbin16 closed 8 months ago

linrongbin16 commented 8 months ago

538 and #507 are both bugs on interactions, when I am working on them, there's no debugging file logs at all, which disabled me to find out the root cause.

There must be some exceptions and crash the plugin, so no logs are been written done.

Need to improve the logging to help make debugging easier.