Files
avante.nvim/lua/avante
Dmitry Torokhov 61e38024dc fix(file_selector): avoid converting to relative path twice
get_project_filepath() converts candidate file paths to relative form
twice, once in the first iterator, and then in vim.tbl_map() call while.
It also iterates the same list twice for no apparent reason.

Combine both scans into one and use dedicated vim.fn.isdirectory().
2025-07-15 16:41:22 +08:00
..
2025-06-25 16:55:10 +08:00
2025-07-09 22:32:05 +08:00
2025-05-06 19:32:55 +08:00
2025-07-15 16:40:25 +08:00
2025-07-10 12:30:06 +08:00
2024-11-23 21:49:33 +08:00