Nvim Notify Versions Save

A fancy, configurable, notification manager for NeoVim

v3.13.4

2 months ago

3.13.4 (2024-02-17)

Bug Fixes

  • improve correctness of neovim version checking (#259) (8836014)
  • telescope: enable wrap on preview (#255) (5371f4b)

v3.13.3

2 months ago

3.13.3 (2024-02-15)

Bug Fixes

  • util: abstract different win config structures (#253) (7138c86)

v3.13.2

3 months ago

3.13.2 (2024-01-03)

Bug Fixes

  • wrapped-compact: avoid mutating message (1576123)

v3.13.1

3 months ago

3.13.1 (2023-12-28)

Bug Fixes

  • only warn for termguicolors if version minor < 10 (#239) (ebcdd82)

v3.13.0

4 months ago

3.13.0 (2023-12-22)

Bug Fixes

  • check has result == 1 (8904b8b)
  • defer notifications when starting neovim (b8e0a01), closes #209
  • static: disable animation (9485943), closes #218
  • wrapped-compact: default max width (e4a2022), closes #225

Features

v3.12.0

10 months ago

3.12.0 (2023-06-05)

Bug Fixes

  • render/compact: hide : when no title given (#196) (f3024b9)

Features

v3.11.0

1 year ago

3.11.0 (2023-01-18)

Bug Fixes

  • make notify work when wiping all buffers with %bw (#167) (cf66cd8)

Features

v3.10.1

1 year ago

3.10.1 (2022-12-06)

Bug Fixes

  • notification: reverse lookup level (b005821), closes #161

v3.10.0

1 year ago

3.10.0 (2022-12-05)

Bug Fixes

Features

  • config: use custom background highlight (e7cffd0), closes #159
  • use vim.log.levels instead of vim.lsp.log_levels (859056f), closes #161

v3.9.1

1 year ago

3.9.1 (2022-11-09)

Bug Fixes

  • windows: rerender while windows exist (30e6b5a), closes #154