nvim-snippy icon indicating copy to clipboard operation
nvim-snippy copied to clipboard

Drop support for outdated versions of Neovim

Open dcampos opened this issue 3 years ago • 0 comments

Problem Statement

Currently, Snippy supports Neovim >= 0.5.0. Some features added in later versions, like Lua autocmds, may improve performance and make the code more readable.

Ideas or possible solutions

The idea is to make 0.7.0 the minimum compatible version, while possibly keeping a separate nvim-0.5.0 branch for those who aren't able to upgrade Neovim to a more recent version.

Alternatives you have considered

Neovim development is progressing at a fast speed, so keeping compatibility with outdated versions doesn't seem necessary.

dcampos avatar Oct 13 '22 23:10 dcampos