Releases: jmbuhr/otter.nvim
Releases · jmbuhr/otter.nvim
v0.13.0
0.13.0 (2023-05-26)
Features
- add otter.ask_references (6249847)
- add otter.ask_rename (dde4ef5)
- allow custom handlers for lsp request responses (54320db)
v0.12.0
0.12.0 (2023-05-06)
Features
- more way to get code chunks (74e569c)
v0.11.0
0.11.0 (2023-05-01)
Features
- omit
eval: false
code blocks (for QuartoSend) (ae3b91b)
v0.10.0
0.10.0 (2023-04-20)
Features
- helper functions to get the current language of a chode chunk and (9c302e7)
v0.9.0
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
0.8.1 (2023-03-27)
Bug Fixes
- make sure main module is local (5c6ad47)
v0.8.0
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
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
0.6.0 (2023-01-28)
Features
- add export_otter_as function (3f0818e)
- allow passing ts query directly (a67cd5b)