Commit Graph

4 Commits

Author SHA1 Message Date
JINNOUCHI Yasushi
3aee7e0c6b
feat: deal with configs in setup() (#127) 2023-08-13 23:58:17 +09:00
JINNOUCHI Yasushi
07e0f87ebd
refactor: remove logic for caching feature (#126)
It can get candidates sufficiently fast with the current logic. Remove logic
for caching feature that still remained.

----

NOTE: My box has a DB containing 1284 files and 2973 timestamps.
`:Telescope frecency` takes around 20 milliseconds on average.
2023-08-13 15:15:35 +09:00
JINNOUCHI Yasushi
0615dd6343
fix: deal with the case called with no opts (#113) 2023-08-07 07:19:29 +09:00
JINNOUCHI Yasushi
1f32091e2b
refactor!: use OO & add tests (#100)
* I did an overhall for all codes and added typing by Lua-language-server and tests. It also works on CI.
* Now it searches files on the workspace completely asynchronously. It does not block your text input. (Fix #106)
Make count = 1 when you open a file you've never opened (Fix #107)
2023-08-06 16:02:37 +09:00