- Fix issue where
util.workspace
would try tovim.tbl_deep_extend
a nil value (b4911fa)
- Update default action keybindings (ccd6f5c)
- Implment overriding configuration with function as input (20c3ed0)
- Only call
nvim_win_close
whenwindow.persist = "force"
, otherwise just delete the buffer as done before v0.2.2 (c9c87b7)
- Add call to
nvim_win_close
whenwindow.persist
is off (e712684)
- Implement auto-scrolling and create an associated configuration parameter (87b878a)
- Add
hide
configuration parameter (9d21203) - Fix project URL in README.md (08952bd)
- Minor documentation updates
- Initial release