Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

35 lines (28 loc) · 2.08 KB

Changelog

  • Update default action keybindings (ccd6f5c)
  • Implment overriding configuration with function as input (20c3ed0)
  • Only call nvim_win_close when window.persist = "force", otherwise just delete the buffer as done before v0.2.2 (c9c87b7)
  • Add call to nvim_win_close when window.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