| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-29 | 3.7 kB | |
| v0.2.0 source code.tar.gz | 2025-11-29 | 247.4 kB | |
| v0.2.0 source code.zip | 2025-11-29 | 291.5 kB | |
| Totals: 3 Items | 542.7 kB | 0 | |
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 https://github.com/nvim-telescope/telescope.nvim/pull/3552
- fix: adjust to vim.validate deprecation in Nvim 0.12 by @clason in https://github.com/nvim-telescope/telescope.nvim/pull/3555
- (fix): example code in the docs by @ingenarel in https://github.com/nvim-telescope/telescope.nvim/pull/3545
- feat(diagnostic): prefer the signs from
vim.diagnostic.config()by @DOD-101 in https://github.com/nvim-telescope/telescope.nvim/pull/3538 - refactor: replace deprecated nvim_buf_add_highlight with vim.hl.range by @clason in https://github.com/nvim-telescope/telescope.nvim/pull/3557
- fix: removed 'autoload' from rockspec build.copy_directories by @CaetanoGenete in https://github.com/nvim-telescope/telescope.nvim/pull/3559
- refactor!: replace deprecated nvim_err_writeln by @clason in https://github.com/nvim-telescope/telescope.nvim/pull/3560
- refactor: remaining deprecations by @clason in https://github.com/nvim-telescope/telescope.nvim/pull/3561
- fix(deprecated): remove module with deprecated API call by @clason in https://github.com/nvim-telescope/telescope.nvim/pull/3562
- refactor: prefer local alias for vim.api, vim.lsp by @clason in https://github.com/nvim-telescope/telescope.nvim/pull/3564
- fix(previewer):
preview=falseoption inheritance by @jamestrew in https://github.com/nvim-telescope/telescope.nvim/pull/3327 - default line number to 0 to fix issue [#3526] by @perttuvep in https://github.com/nvim-telescope/telescope.nvim/pull/3529
- Fix error logging in call hierarchy handler by @neysanfoo in https://github.com/nvim-telescope/telescope.nvim/pull/3525
- fix(treesitter): standalone implementation by @clason in https://github.com/nvim-telescope/telescope.nvim/pull/3566
- docs(readme): update plugin manager example snippets by @mrcjkb in https://github.com/nvim-telescope/telescope.nvim/pull/3569
- docs: update version tag in readme, missing v prefix by @Conni2461 in https://github.com/nvim-telescope/telescope.nvim/pull/3574
- ci: bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/nvim-telescope/telescope.nvim/pull/3575
- docs(readme): polish by @clason in https://github.com/nvim-telescope/telescope.nvim/pull/3579
- fix(current_buffer_fuzzy_find): handle missing TS highlights query by @jensenojs in https://github.com/nvim-telescope/telescope.nvim/pull/3578
- release v0.2.0 by @clason in https://github.com/nvim-telescope/telescope.nvim/pull/3585
New Contributors
- @ingenarel made their first contribution in https://github.com/nvim-telescope/telescope.nvim/pull/3545
- @DOD-101 made their first contribution in https://github.com/nvim-telescope/telescope.nvim/pull/3538
- @CaetanoGenete made their first contribution in https://github.com/nvim-telescope/telescope.nvim/pull/3559
- @perttuvep made their first contribution in https://github.com/nvim-telescope/telescope.nvim/pull/3529
- @neysanfoo made their first contribution in https://github.com/nvim-telescope/telescope.nvim/pull/3525
- @dependabot[bot] made their first contribution in https://github.com/nvim-telescope/telescope.nvim/pull/3575
- @jensenojs made their first contribution in https://github.com/nvim-telescope/telescope.nvim/pull/3578
Full Changelog: https://github.com/nvim-telescope/telescope.nvim/compare/v0.1.9...v0.2.0