Struggle to keep your neovim versions in check? Bob provides an easy way to install and switch versions on any system!
Bob is a cross-platform and easy-to-use neovim version manager, allowing for easy switching between versions right from the command line.
Make sure you don't have neovim already installed via other ways e.g. package manager.
Install rustup
cargo install --git https://github.com/MordechaiHadad/bob.git
bob
bob use |nightly|stable|<version-string>|
Switch to the specified version, will auto-invoke install command if the version is not installed already.
Make sure to run the application as administrator to properly switch a version.
bob install |nightly|stable|<version-string>|
Install the specified version, can also be used to update out-of-date nightly version.
bob uninstall |nightly|stable|<version-string>|
Uninstall the specified version.
bob erase
Erase any change bob ever made including neovim installation, neovim verion downloads and registry changes.
bob list
List all installed and used versionsA version-string can either be vx.x.x
or x.x.x
examples: v0.6.1
and 0.6.0