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
I want to add the ability to open Neogit from the selected project in Telescope to my config.
My first idea requires the ability to customize the Telescope mappings in projects.lua:
Another way would be via my own mapping, which makes a new Telescope picker.
But to keep the presentation of the items the same as the extension,
the create_finder function would need to be exposed, maybe something like this?
I want to add the ability to open Neogit from the selected project in Telescope to my config.
My first idea requires the ability to customize the Telescope mappings in projects.lua:
Another way would be via my own mapping, which makes a new Telescope picker.
But to keep the presentation of the items the same as the extension,
the
create_finder
function would need to be exposed, maybe something like this?This allows me to do the folloing:
My preference would be the second option, if this change is acceptable I will make a pull request for it.
The text was updated successfully, but these errors were encountered: