nvim-telescope / telescope-frecency.nvim

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

fix!: show debug msg only when `debug` is `true` #220

Closed delphinus closed 2 months ago

delphinus commented 2 months ago

Fix #212

With this, you can see debug messages only when env variable DEBUG_PLENARY is 1 and config.debug is true.