EdenEast / nightfox.nvim

🦊A highly customizable theme for vim and neovim with support for lsp, treesitter and a variety of plugins.
MIT License
2.86k stars 134 forks source link

feature: Latest stable release tag #433

Open ProtoDot opened 2 months ago

ProtoDot commented 2 months ago

Is your feature request related to a problem? Please describe.

I want to use the latest stable release instead of the latest revision on the master branch, but currently the only way to do this is to manually check in on the repo every once in a while to see if there's been a new release and then update my plugin manager's settings if there is.

Describe the solution you'd like

Simply a "release" tag that I can tell a plugin manager to pull from and let it automatically upgrade the plugin if desired.

Describe alternatives you've considered

Perhaps some sort of script to retrieve the available tags and then select the most recent tag. However, this seems overly complicated and clunky for what I'm trying to do, and I'm unsure if there's an efficient way to do this.

Additional context

No response