mirror of
https://github.com/kristoferssolo/telescope-frecency.nvim.git
synced 2025-10-21 20:10:38 +00:00
* fix!: change timing for initialization fix #109 fix #59 This fixes problems below. * Auto-validation feature is called at Neovim starting. - → Now it starts at `:Telescope frecency` called at the first time. * `frecency.setup()` is called every when `:Telescope frecency` is called. - → Now it is called only once. * `telescope.setup()` calls `frecency.new()` and it reads the database. This causes time in executing `init.lua`. - → Now it reads the database lazily. It reads at the first time when needed. * test: change logic to initialize config * test: make Neovim version newer in CI |
||
|---|---|---|
| .. | ||
| tests | ||
| config.lua | ||
| database.lua | ||
| entry_maker.lua | ||
| file_lock.lua | ||
| finder.lua | ||
| fs.lua | ||
| init.lua | ||
| os_util.lua | ||
| picker.lua | ||
| recency.lua | ||
| sorters.lua | ||
| state.lua | ||
| types.lua | ||
| wait.lua | ||
| watcher.lua | ||
| web_devicons.lua | ||