You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'd like the smart picker, when showing buffers, to be able to ignore the current buffer.
Describe the solution you'd like
To have the default when buffers is invoked from the smart picker to ignore current buffer - either by default or with some configuration.
More generally, the smart picker has little configuration. My request is that each of the pickers that the smart picker invokes can be passed configuration. Maybe something such as opts = { buffers = {buffers_opts}, files = {...}}
Describe alternatives you've considered
Writing my own smart picker.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Did you check the docs?
Is your feature request related to a problem? Please describe.
I'd like the smart picker, when showing buffers, to be able to ignore the current buffer.
Describe the solution you'd like
To have the default when buffers is invoked from the smart picker to ignore current buffer - either by default or with some configuration.
More generally, the smart picker has little configuration. My request is that each of the pickers that the smart picker invokes can be passed configuration. Maybe something such as
opts = { buffers = {buffers_opts}, files = {...}}
Describe alternatives you've considered
Writing my own smart picker.
Additional context
No response
The text was updated successfully, but these errors were encountered: