rcarriga / nvim-notify

A fancy, configurable, notification manager for NeoVim
MIT License
2.88k stars 72 forks source link

fix(telescope): enable wrap on preview #255

Closed ddean-dev closed 4 months ago

ddean-dev commented 4 months ago

Summary

Addresses https://github.com/rcarriga/nvim-notify/issues/234 allowing notification text to wrap in the telescope preview window to accommodate its fixed width.

Before

image

After

image

rcarriga commented 4 months ago

Thank you :smile: