1.2.0 (2024-11-11)
Features
- bufdelete: added
wipe
option. Closes #38 (5914cb1) - lazygit: allow overriding extra lazygit config options (d2f4f19)
- notifier: added
refresh
option configurable (df8c9d7) - notifier: added backward compatibility for nvim-notify's replace option (9b9777e)
- words: add
fold_open
andset_jump_point
config options (#31) (5dc749b)
Bug Fixes
- added compatibility with Neovim >= 0.9.4 (4f99818)
- bufdelete: opts.wipe. See #38 (0efbb93)
- notifier: take title/footer into account to determine notification width. Fixes #54 (09a6f17)
- notifier: update layout on vim resize (7f9f691)
- terminal:
gf
properly opens file (#45) (340cc27) - terminal: pass a list of strings to termopen to prevent splitting. Fixes #59 (458a84b)