nvim-telescope / telescope-frecency.nvim

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

feat: allow user to disable database validation safe_mode #20

Closed sunjon closed 3 years ago

sunjon commented 3 years ago

set the config option opts.db_safe_mode = false to disable the prompt when the db validation function is going to remove more than (10) entries at once.

sunjon commented 3 years ago

I've updated it. There are now two option keys: db_safe_mode mentioned above, and auto_validate. Setting auto_validate to false will mean that frecency never cleans up stale entries. There's a new command :FrecencyValidate to do this manually.

teto commented 3 years ago

Looking forward to this.

sunjon commented 3 years ago

merged and documented