Skip to content
Discussion options

You must be logged in to vote

1.Is it possible to add a selection cursor in mini.pick, similar to the Telescope image, where an icon appears on the selected option?

Yes, it should be possible by writing custom source.show. To get which item is current, use current_ind in get_picker_matches() output.

Predicting next question here: no, it will not be built-in or behind another new configuration option.

2.Is there a way to separate the colors of prompt_prefix and prompt_cursor?

No, there is not. The whole prompt is highlighted with MiniPickPrompt highlight group.

I'll think about adding separate MiniPickPromptPrefix and MiniPickPromptCursor, but there is a fundamental issue. Prompt is implemented as title/footer whic…

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
3 replies
@krovuxdev
Comment options

@echasnovski
Comment options

@echasnovski
Comment options

Answer selected by krovuxdev
Comment options

You must be logged in to vote
1 reply
@krovuxdev
Comment options

Comment options

You must be logged in to vote
3 replies
@krovuxdev
Comment options

@krovuxdev
Comment options

@echasnovski
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested mini.pick wiki Solution is present (or should be present) in wiki
2 participants