Rom Grk
Rom Grk
@juliankrieger still working on this?
> Nice job! Looks super cool, but we need to ensure it won't introduce any performance regression before doing the merge. Yes! This is really just a POC. The opacity...
@HaleTom I don't have as much time for OSS these days :| Also I'm not interested enough in continuing this PR, I have other stuff to play with right now...
I don't understand how it's possible to do that. Eg below is an example of clap configured with: ```vim let clap_provider_todoist = { \ 'source': {-> Todoist__listProjects()}, \ 'sink': 'Todoist',...
Is `on_no_matches` available for custom providers? I don't see it in the documentation. Also do you think #417 is getting merged, and if so will it be possible to extend...
Got it. And would it be possible to add a boolean option to simply pass the argument even if it's not in the list?
It's much easier to have a boolean option to allow passing non-listed values than to have to implement a function for each different providers. It becomes repetitive very quickly. For...
I think it's a common enough use-case that it should be implemented as a boolean option. Also the boolean option is important for rendering. Sure `on_no_matches` tells that there is...
> Each tag file may have its own format, so it's not easy to find a general tags file solution. Actually tag files are pretty standard. They all use the...
> If so, that would be easier. What we need to figure out is how to search for these standard tag files. If found any, we can just read them...