Skip to content

Releases: tris203/precognition.nvim

v1.1.0

12 Oct 21:14
35c402c
Compare
Choose a tag to compare

1.1.0 (2024-10-12)

Features

Bug Fixes

  • horizontal_motions: handle quoted strings in word boundaries (#68) (7a76d43)
  • support calling setup() w/o args (#71) (02dcc8f)
  • utils: blacklisted buffers (#84) (de72c68)
  • utils: handle inlay hint label correctly (#82) (8a81c31)

v1.0.0

09 Jun 09:41
5255b72
Compare
Choose a tag to compare

1.0.0 (2024-06-09)

⚠ BREAKING CHANGES

  • API Config changes/Types (#9)

Features

Bug Fixes

Performance Improvements

  • inline require calls to minimize startup cost (#59) (d3f33a9)
  • more consistent rendering, less flicker (66f1fc6)