nvim-telescope / telescope-frecency.nvim

A telescope.nvim extension that offers intelligent prioritization when selecting files from your editing history.
MIT License
773 stars 37 forks source link

[Feature] Add an option to enable or disable debug logging #212

Closed pidgeon777 closed 3 months ago

pidgeon777 commented 3 months ago

This plugin utilizes plenary.nvim for debugging, specifically the plenary.log module.

The issue arises because this module is also employed by other plugins. The current implementation of telescope-frecency.nvim does not provide an option to disable this automatic debug logging. Consequently, its debug entries are mixed with those of other plugins.

I propose the addition of a configuration option to disable debug logging. This would allow users to enable it only when necessary. Alternatively, and perhaps more effectively, a second step could be to provide a way to create a "frecency only" debug file.

delphinus commented 3 months ago

Fixed. If you feel still annoying, reopen this 👍🏻