Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Release v1.1.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Mar 17:22
· 4 commits to main since this release

All changes of this release are documented here.

Bug Fixes

  • autocmds: Close the timer before assigning it to a new value. (f5cc90a)

  • timer: Close the timer just before everything is deallocated. (54a6db1)

Documentation

  • ui: Mark render as an async function. (9bfbcbc)

  • readme: Remove unneeded name from lazy.nvim instructions. (095dfba)

  • readme: Prefix the packer.nvim table with the use function. (431d212)

House Keeping

Refactor

  • autocmds: Rename renderer_timer to timer. (88a2ebe)

  • autocmds: Extract close_timer logic to its own function. (a59dd20)