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
feat: add wrapped-default as render (#286)
* feat: add wrapped-default as render
* test(notify): add validation tests for max_width and prefix_length
- Added unit tests to validate `max_width` and ensure it does not exceed the terminal width.
- Ensured `prefix_length` is within the valid range to prevent 'col out of range' errors.
- Improved test coverage for rendering and notification layout in `nvim-notify`.
These changes address issues related to invalid column rendering and out-of-bounds errors.
---------
Co-authored-by: rvjs <renato.valentim@tempest.com.br>
fix: do not use the deprecated API vim.tbl_add_reverse_lookup (#270)
vim.tbl_add_reverse_lookup has been deprecated since NVIM 0.10.
Deprecations warnings will be raised since 0.11-dev.