linrongbin16 / fzfx.nvim

A Neovim fuzzy finder that updates on every keystroke.
https://linrongbin16.github.io/fzfx.nvim/
MIT License
110 stars 4 forks source link

Neovim version: only support last legacy and drop earliers #704

Closed linrongbin16 closed 3 weeks ago

linrongbin16 commented 1 month ago

Relate: https://github.com/linrongbin16/fzfx.nvim/discussions/701.

Since neovim deprecated some APIs in core layer (written in C), we will have to move on to keep up with it, thus reduce the maintenance work.

I think we could only support the last legacy major version, while those earlier versions will be dropped.

For example, at the time of writing this, 2024-06-04, the stable version is v0.10, nightly is v0.11, last legacy version is v0.9. So we will only support these 3 versions, and those earlier versions such as v0.8, v0.7, etc will be dropped.