Skip to content

Releases: jmbuhr/otter.nvim

v1.9.0

02 Mar 21:12
8d58278
Compare
Choose a tag to compare

1.9.0 (2024-03-02)

Features

v1.8.0

02 Mar 17:29
4cd8059
Compare
Choose a tag to compare

1.8.0 (2024-03-02)

Features

  • activate all languages for which extensions are known by passing nil (#95) (6234723)
  • add observable js (ojs) as js extension (0674acb)
  • otter.deactivate function (#96) (519c777)

Bug Fixes

  • only attempt to activate found languages with found extension (5a4967c)
  • sync diagnostics on activate (#98) (dad5c46)
  • use proper treesiter iteration from nvim nightly to handle offsets (#100) (53165d7)

v1.7.2

19 Feb 14:18
216b927
Compare
Choose a tag to compare

1.7.2 (2024-02-19)

Bug Fixes

  • make helper function is_otter_language_context actually return (5572d0b)

v1.7.1

12 Feb 16:21
05cc5ee
Compare
Choose a tag to compare

1.7.1 (2024-02-12)

Bug Fixes

  • empty metadata caused treesitter directives like offset to be ignored (#80) (0fd09ca)
  • opts: failing to opt-out features (completion and diagnostics) (#83) (0eeb4f9)

v1.7.0

04 Jan 14:03
cf29fc2
Compare
Choose a tag to compare

1.7.0 (2024-01-04)

Features

v1.6.0

22 Dec 10:41
e4cfb34
Compare
Choose a tag to compare

1.6.0 (2023-12-22)

Features

Bug Fixes

  • use complete language name if no extension is found (a4c6cd8)

v1.5.0

02 Dec 13:13
9a3db06
Compare
Choose a tag to compare

1.5.0 (2023-12-02)

Features

  • remove wrapping quotes from injections and make this configurable. Fixes #72 (#73) (0678bf3)

v1.4.1

25 Oct 21:29
b25537c
Compare
Choose a tag to compare

1.4.1 (2023-10-25)

Bug Fixes

v1.4.0

25 Oct 20:59
3ee6108
Compare
Choose a tag to compare

1.4.0 (2023-10-25)

Features

  • add option to set otter buffer filetype (e302002), closes #63

Bug Fixes

v1.3.1

25 Oct 16:30
141bc83
Compare
Choose a tag to compare

1.3.1 (2023-10-25)

Performance Improvements