nvim-telescope / telescope-frecency.nvim

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

`remove n entries from database?` message displays on a floating window and cannot focus on it #167

Closed yoshiyoshiharu closed 6 months ago

yoshiyoshiharu commented 6 months ago

When I start nvim, the message remove n entries from database? appears on a floating window, and I cannot focus on it. Therefore, I cannot remove entries. Could anyone help me?

image
delphinus commented 6 months ago

162 did a change for this. You can set db_safe_mode = off in setup {} to disable such confirmation dialog always.

ForsakenHarmony commented 2 months ago

This doesn't really fix the issue of the floating window you can't focus? (or rather should even be auto focused?)

delphinus commented 2 months ago

You see the dialog even if you set db_safe_mode = false ? Really?