telescope-frecency.nvim/lua/frecency
JINNOUCHI Yasushi 509288ef3d
fix: add fs.joinpath to work in v0.9.0 (#118)
* test: work tests for async_finder

I noticed these tests do not work because of vim.fs.joinpath lacking. I
will enable these tests and fix the bug.

* feat: implement vim.fs.joinpath to work in v0.9.0
2023-08-10 18:40:02 +09:00
..
tests fix: add fs.joinpath to work in v0.9.0 (#118) 2023-08-10 18:40:02 +09:00
async_finder.lua fix: add fs.joinpath to work in v0.9.0 (#118) 2023-08-10 18:40:02 +09:00
database.lua fix: do nothing when v:oldfiles are empty (#116) 2023-08-09 09:31:10 +09:00
entry_maker.lua refactor!: use OO & add tests (#100) 2023-08-06 16:02:37 +09:00
finder.lua refactor!: use OO & add tests (#100) 2023-08-06 16:02:37 +09:00
frecency.lua fix: deal with the case called with no opts (#113) 2023-08-07 07:19:29 +09:00
fs.lua fix: add fs.joinpath to work in v0.9.0 (#118) 2023-08-10 18:40:02 +09:00
init.lua refactor!: use OO & add tests (#100) 2023-08-06 16:02:37 +09:00
picker.lua fix: deal with default_workspace option (#114) 2023-08-07 07:38:21 +09:00
recency.lua refactor!: use OO & add tests (#100) 2023-08-06 16:02:37 +09:00
types.lua chore: add types for plenary.async (#115) 2023-08-07 17:46:32 +09:00
web_devicons.lua refactor!: use OO & add tests (#100) 2023-08-06 16:02:37 +09:00