telescope-frecency.nvim/lua
JINNOUCHI Yasushi 1189184484
fix!: no confirm always when db_safe_mode is off (#162)
* fix!: no confirm always when `db_safe_mode` is off

Fix: #50
Fix: #167

Before this, `db_safe_mode = false` makes it no confirmation in
`:FrecencyValidate!`, but it still does in `:FrecencyValidate` and the
auto validation in Neovim's startup.

After this commit, `db_safe_mode = false` makes it no confirmation
always when you see.

And `force` option in `Frecency:validate_database(force)` now means
weather it should remove files less than threshold.

* docs: add notes for lacked options
2024-01-22 22:34:02 +09:00
..
frecency fix!: no confirm always when db_safe_mode is off (#162) 2024-01-22 22:34:02 +09:00
telescope/_extensions feat: add logic to store data by native code (#130) 2023-08-27 18:51:16 +09:00