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_spec.lua | ||
| file_lock_spec.lua | ||
| frecency_spec.lua | ||
| minimal.lua | ||
| recency_spec.lua | ||
| util.lua | ||
| wait.lua | ||