Files
neovim/runtime/lua/vim
Mike bc15b075d1 feat(vim.fs): pass path to find() predicate, lazy evaluate #22378
Problem:
No easy way to find files under certain directories (ex: grab all files under
`test/`) or exclude the content of certain paths (ex. `build/`, `.git/`)

Solution:
Pass the full `path` as an arg to the predicate.
2023-03-01 08:51:22 -08:00
..
2023-01-16 01:55:24 -08:00
2023-02-22 16:23:49 +01:00
2022-05-09 16:31:55 +02:00