This is a simple program written in Rust that allows you to easily switch between different versions of neovim. The version is pulled from Neovim's Github.
- This only works on Linux.
- You must have added your ~/.local/bin directory to your PATH, since this is where neovim will be installed.
Simply place the executable in your PATH and you're good to go.
There are several commands you can use with this program:
nvim_switcher current
shows the currently installed versionnvim_switcher switch VERSION
switch the currently installed version to the specified versionnvim_switcher download VERSION
download the specified version of neovim, but do not install itnvim_switcher purge VERSION
remove a downloaded version of neovim (this will not uninstall the currently installed version, but instead simply remove the download)