Skip to content

Releases: jmbuhr/otter.nvim

v2.6.0

09 Jan 10:03
7b42ce1
Compare
Choose a tag to compare

2.6.0 (2025-01-09)

Features

  • extened blink capabilites (4f53b89)

Bug Fixes

  • always call the handler for a request response even if the result (4f53b89)
  • document config and make sure config is required first in init (4f53b89)
  • textlock (#195) (4f53b89)

v2.5.1

17 Dec 09:57
7edd39c
Compare
Choose a tag to compare

2.5.1 (2024-12-17)

Bug Fixes

  • use schedule_wrap to avoid text_lock (#190) (964b012)

v2.5.0

25 Aug 11:39
ca9ce67
Compare
Choose a tag to compare

2.5.0 (2024-08-25)

Features

  • Check capabilities before sending request to otter buffer (#169) (18fcdbb)

v2.4.0

13 Aug 10:08
3b4fa74
Compare
Choose a tag to compare

2.4.0 (2024-08-13)

Features

  • add pyodide and webr extensions and sort alphabetically (54914ff)

v2.3.0

22 Jul 10:52
837f258
Compare
Choose a tag to compare

2.3.0 (2024-07-22)

Features

  • inject otter handlers in between manually passed or default (a6037d4)

v2.2.2

16 Jul 12:06
74d08a5
Compare
Choose a tag to compare

2.2.2 (2024-07-16)

Bug Fixes

v2.2.1

09 Jul 19:20
cf97d20
Compare
Choose a tag to compare

2.2.1 (2024-07-09)

Bug Fixes

  • only start activate otter-ls if code chunks are found. fixes #161 (dc90ffb)

v2.2.0

06 Jul 19:09
5f03444
Compare
Choose a tag to compare

2.2.0 (2024-07-06)

Features

Bug Fixes

  • don't add an otter for the language of the main buffer (66b3a33)

v2.1.0

04 Jul 20:25
804a20a
Compare
Choose a tag to compare

2.1.0 (2024-07-04)

Features

  • accept custom lsp params. Allow to explicitly request language (f583efd)

Bug Fixes

v2.0.3

30 Jun 21:37
45db179
Compare
Choose a tag to compare

2.0.3 (2024-06-30)

Bug Fixes

  • correctly specify signatureHelpProvider. fixes #148 (01adf50)
  • handle otter-ls detach and re-attach for otter.deactivate (893934b)