Commit Graph

4 Commits

Author SHA1 Message Date
JINNOUCHI Yasushi
eaaabc90ed
fix: deal with the case that bufname is nil (#147)
ref https://github.com/nvim-telescope/telescope.nvim/issues/2552#issuecomment-1722543221
2023-09-18 08:01:00 +09:00
JINNOUCHI Yasushi
9b17c17744
refactor: make joinpath more simple (#121) 2023-08-12 08:32:24 +09:00
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
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