-
Hi! I just added support for Right now, I just call that todo method as in However, it would be great if it could also work using Is that currently possible to somehow register new providers? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I have a similar question indeed. In my personal configuration I have a few custom fzf-lua providers that I invoke by defining specific ad-hoc commands, it would however be more consistent to have a way to invoke them simply as |
Beta Was this translation helpful? Give feedback.
-
Interesting, I missed this discussion. Don’t have a dedicated require('fzf-lua').foo = function(…) I’m not opposed to having a |
Beta Was this translation helpful? Give feedback.
Interesting, I missed this discussion.
Don’t have a dedicated
register
but I believe that if you add your function to the main package metatable it should show up inbuiltin
:I’m not opposed to having a
register
API for extensions (perhaps with name, default settings, etc).