mirror of
https://github.com/kristoferssolo/telescope-frecency.nvim.git
synced 2025-10-21 20:10:38 +00:00
* fix: fix prop attributes and names
* feat: load DB as lazily as possible
* fix: move util function to test module
* feat: use one coroutine to access DB
* test: fix to wait the table to be ready
* fix: avoid race conditions
Before this, it can run require("frecency").new() duplicatedly to wait
until frecency:setup() finishes.
|
||
|---|---|---|
| .. | ||
| database | ||
| tests | ||
| config.lua | ||
| database.lua | ||
| entry_maker.lua | ||
| file_lock.lua | ||
| finder.lua | ||
| fs.lua | ||
| init.lua | ||
| os_util.lua | ||
| picker.lua | ||
| recency.lua | ||
| state.lua | ||
| types.lua | ||
| watcher.lua | ||
| web_devicons.lua | ||