gennaro-tedesco / nvim-possession

📌 the no-nonsense session manager
MIT License
215 stars 7 forks source link

added customisation option for fzf prompt #31

Closed gennaro-tedesco closed 11 months ago

gennaro-tedesco commented 11 months ago

https://github.com/gennaro-tedesco/nvim-possession/assets/15387611/bbcbbcf0-8af4-4425-89ca-99ffcaf8dd7a

gennaro-tedesco commented 11 months ago

@MariaSolOs please have a look at this PR and see if this is the intended behaviour (the screenshot above shows the look).

MariaSolOs commented 11 months ago

@gennaro-tedesco why not just combine the session_icon and session_prompt settings into a single one? Given that the icon is only used in the prompt, users can just add the icon there :)

gennaro-tedesco commented 11 months ago

Given that the icon is only used in the prompt, users can just add the icon there :)

The icon is also used in the statusline, see here, where you would have the pair (icon, session name) whereas in the prompt you have the pair (icon, session prompt).

MariaSolOs commented 11 months ago

@gennaro-tedesco got it. Then this looks good to me!

gennaro-tedesco commented 11 months ago

Merged: the new customisation option is available in v0.0.13: updating the plugin will do.

MariaSolOs commented 11 months ago

@gennaro-tedesco that's great, thanks a lot!