Releases: jmbuhr/otter.nvim
Releases · jmbuhr/otter.nvim
v2.6.0
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
2.5.1 (2024-12-17)
Bug Fixes
v2.5.0
2.5.0 (2024-08-25)
Features
- Check capabilities before sending request to otter buffer (#169) (18fcdbb)
v2.4.0
2.4.0 (2024-08-13)
Features
- add pyodide and webr extensions and sort alphabetically (54914ff)
v2.3.0
2.3.0 (2024-07-22)
Features
- inject otter handlers in between manually passed or default (a6037d4)
v2.2.2
2.2.2 (2024-07-16)
Bug Fixes
v2.2.1
2.2.1 (2024-07-09)
Bug Fixes
- only start activate otter-ls if code chunks are found. fixes #161 (dc90ffb)
v2.2.0
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
2.1.0 (2024-07-04)
Features
- accept custom lsp params. Allow to explicitly request language (f583efd)
Bug Fixes
v2.0.3
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)