emmylua-nvim
emmylua-nvim copied to clipboard
consider using git tag/branch to target to specific nvim version/release
Hi, currently emmylua-nvim keeps syncing with nvim master, but some people may not be chasing the master, and the apis are incompatible between version/releases.
I think it would be better to have tag or branch targetting to specific version/release in this library, for example 0.9.0
tag or 0.9
branch.
how do you think?
(well, making the master branch target to the latest stable release is just good enough to me personally.)
Sure. Probably branches, so older versions can be added too.
That's great! Thanks for thinking about this.