Skip to content

Releases: jmbuhr/otter.nvim

v0.10.1

25 Apr 12:58
8b6a80c
Compare
Choose a tag to compare

0.10.1 (2023-04-25)

Bug Fixes

  • Set buftype=nowrite for otter buffers. PR#30 from yongrenjie/main (ee2f5f6)

Thanks to @yongrenjie!

v0.10.0

20 Apr 13:30
5c5f155
Compare
Choose a tag to compare

0.10.0 (2023-04-20)

Features

  • helper functions to get the current language of a chode chunk and (9c302e7)

v0.9.0

09 Apr 11:26
131c866
Compare
Choose a tag to compare

0.9.0 (2023-04-09)

Features

  • allow specifying which langueage to update (3a818b0)
  • function to determine if within a code chunk of a certain language (c5e5828)
  • use treesitter functions from nvim v0.9.0 nightly! (6bb1170)

Bug Fixes

  • attach lsp server on activation (d3044fd)
  • CI: ... (9cae1f3)
  • CI... (c31abb0)
  • update treesitter in remaining places (9fa88ca)
  • use nvim.appimage for CI (8bf3e54)
  • use save instead of write to export otter buffers (7ced7e9)

Performance Improvements

  • faster otter buffer line updates (4ff9d1d)
  • only set buffer options on activation, not sync (1159b49)
  • try hover without vim syntax enabled (a3588f6)

v0.8.1

27 Mar 10:40
02e9fe6
Compare
Choose a tag to compare

0.8.1 (2023-03-27)

Bug Fixes

  • make sure main module is local (5c6ad47)

v0.8.0

11 Mar 12:27
cfb5489
Compare
Choose a tag to compare

0.8.0 (2023-03-11)

Features

  • pass fallback function to send_request (2f5f760)

Bug Fixes

  • add cmp to test dependencies (2789556)

v0.7.0

19 Feb 17:41
8b46caf
Compare
Choose a tag to compare

0.7.0 (2023-02-19)

Features

  • add custom configuration for hover windows (77b3199)

Bug Fixes

  • add custom hover handler (f29a9f3)
  • correct function signature to make tsqueries optional (b0e8a95)

v0.6.0

28 Jan 12:56
e32e432
Compare
Choose a tag to compare

0.6.0 (2023-01-28)

Features

  • add export_otter_as function (3f0818e)
  • allow passing ts query directly (a67cd5b)

v0.5.1

26 Jan 10:25
b971e55
Compare
Choose a tag to compare

0.5.1 (2023-01-26)

Bug Fixes

  • also use nvim-treesitter parsername for completion source (8e257b6)

v0.5.0

26 Jan 09:47
0a7d6f4
Compare
Choose a tag to compare

0.5.0 (2023-01-26)

Features

  • use parsername from nvim-treesitter.parsers (31ab3a4)

v0.4.0

20 Jan 14:33
9199130
Compare
Choose a tag to compare

0.4.0 (2023-01-20)

Features

  • add automatic release PRs (d84c214)