rcarriga / nvim-notify

A fancy, configurable, notification manager for NeoVim
MIT License
3.03k stars 81 forks source link

feat: new renderer `wrapped-compact` #223

Closed chrisgrieser closed 1 year ago

chrisgrieser commented 1 year ago

This is an alternative to the compact renderer, with the following modifications:

here is an example with max_width = 40 for the following notification call

vim.notify("Hello World. Lorem ipsum dolor sit amet qui minim labore adipisicing minim sint cillum sint consectetur cupidatat.", vim.log.levels.INFO, {title = "My Plugin"})
Pasted image 2023-09-04 at 12 20 27@2x
chrisgrieser commented 1 year ago

all done!

rcarriga commented 1 year ago

Nice, thanks again! :smile: