We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Something like on_insert but to modify the strings that are inserted in the output table.
Yes, we could always just another ipairs loop and do that, but more convenient this way.
The text was updated successfully, but these errors were encountered:
This can be used with iterators.lua ie with
iter.iter(repo_paths) :map(function(repo_path) return _utils.get_project_from_path(repo_path) end) :tolist()
Suggestion to close.
Sorry, something went wrong.
We could add a option to disable the capturing. aka adding it to a table. So you only create on table, the one in on_insert
on_insert
We have something similar for plenary.job.
plenary.job
plenary.nvim/lua/plenary/job.lua
Lines 137 to 144 in 6bb0e09
No branches or pull requests
Something like on_insert but to modify the strings that are inserted in the output table.
Yes, we could always just another ipairs loop and do that, but more convenient this way.
The text was updated successfully, but these errors were encountered: