mirror of
https://github.com/kristoferssolo/telescope-frecency.nvim.git
synced 2025-10-21 20:10:38 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| database | ||
| tests | ||
| database.lua | ||
| entry_maker.lua | ||
| file_lock.lua | ||
| finder.lua | ||
| frecency.lua | ||
| fs.lua | ||
| init.lua | ||
| migrator.lua | ||
| picker.lua | ||
| recency.lua | ||
| sqlite.lua | ||
| state.lua | ||
| types.lua | ||
| wait.lua | ||
| web_devicons.lua | ||