Dan Falk
Dan Falk
This should be fixed now. Thanks for your PR. Feel free to reopen if it doesn't work after update
It appears this is an experimental feature to telescope that lets you paste in file:12 and it will open and jump? Could you explain more about the workflow here? I'm...
You should be able to pass telescope picker options. Something like ```lua require("telescope").extensions.smart_open.smart_open({ __locations_input = true }); ``` Should do what you're asking for.
Hmm. I tried it using the exact snippet I pasted and it worked for me.
Apparently the behavior isn't consistent for me, but I can verify that the `__locations_input` key is getting passed down to the picker. I'm not sure what the issue might be,...
I'm merging this into `0.3.x`, if anybody wants to contribute a more solid solution, I'm open, but I'll take this for now.