Releases: jmbuhr/otter.nvim
Releases · jmbuhr/otter.nvim
v1.9.2
1.9.2 (2024-03-04)
Bug Fixes
v1.9.1
1.9.1 (2024-03-03)
Bug Fixes
- fix lsp formatting response handling (528f14d)
v1.9.0
1.9.0 (2024-03-02)
Features
v1.8.0
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
1.7.2 (2024-02-19)
Bug Fixes
- make helper function is_otter_language_context actually return (5572d0b)
v1.7.1
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
1.7.0 (2024-01-04)
Features