bob-nvim

Version manager for Neovim with easy switching between releases

cargomacoslinuxwindows
Try with needOr install directly
Source

About

A version manager for neovim

Commands

bob

Examples

install a specific version of neovim$ bob install 0.9.0
switch between installed neovim versions$ bob use 0.9.0
list all installed neovim versions$ bob list
install the latest neovim version$ bob install latest
remove an installed neovim version$ bob remove 0.8.0