This release drops support for Nvim 0.9 and fixes a number of deprecations on Nvim 0.12 (nightly). It also updates treesitter functionality to rely purely on Nvim core API, removing nvim-treesitter as a requirement (as long as parsers and queries are available, no matter the source).
Breaking Change
- Minimal supported Nvim version is now 0.10.4.
What's Changed
- feat!: drop support for Nvim 0.9 by @clason in #3552
- fix: adjust to vim.validate deprecation in Nvim 0.12 by @clason in #3555
- (fix): example code in the docs by @ingenarel in #3545
- feat(diagnostic): prefer the signs from
vim.diagnostic.config()by @DOD-101 in #3538 - refactor: replace deprecated nvim_buf_add_highlight with vim.hl.range by @clason in #3557
- fix: removed 'autoload' from rockspec build.copy_directories by @CaetanoGenete in #3559
- refactor!: replace deprecated nvim_err_writeln by @clason in #3560
- refactor: remaining deprecations by @clason in #3561
- fix(deprecated): remove module with deprecated API call by @clason in #3562
- refactor: prefer local alias for vim.api, vim.lsp by @clason in #3564
- fix(previewer):
preview=falseoption inheritance by @jamestrew in #3327 - default line number to 0 to fix issue #3526 by @perttuvep in #3529
- Fix error logging in call hierarchy handler by @neysanfoo in #3525
- fix(treesitter): standalone implementation by @clason in #3566
- docs(readme): update plugin manager example snippets by @mrcjkb in #3569
- docs: update version tag in readme, missing v prefix by @Conni2461 in #3574
- ci: bump actions/checkout from 5 to 6 by @dependabot[bot] in #3575
- docs(readme): polish by @clason in #3579
- fix(current_buffer_fuzzy_find): handle missing TS highlights query by @jensenojs in #3578
- release v0.2.0 by @clason in #3585
New Contributors
- @ingenarel made their first contribution in #3545
- @DOD-101 made their first contribution in #3538
- @CaetanoGenete made their first contribution in #3559
- @perttuvep made their first contribution in #3529
- @neysanfoo made their first contribution in #3525
- @dependabot[bot] made their first contribution in #3575
- @jensenojs made their first contribution in #3578
Full Changelog: v0.1.9...v0.2.0