2025-03-14 21:59:59 -06:00
|
|
|
# bob
|
|
|
|
|
|
|
|
|
|
> Manage and switch between Neovim versions.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://github.com/MordechaiHadad/bob#-usage>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Install and switch to the specified version of Neovim:
|
|
|
|
|
|
|
|
|
|
`bob use {{nightly|stable|latest|version_string|commit_hash}}`
|
|
|
|
|
|
|
|
|
|
- List installed and currently used versions of Neovim:
|
|
|
|
|
|
|
|
|
|
`bob list`
|
|
|
|
|
|
|
|
|
|
- Uninstall the specified version of Neovim:
|
|
|
|
|
|
|
|
|
|
`bob uninstall {{nightly|stable|latest|version_string|commit_hash}}`
|
|
|
|
|
|
|
|
|
|
- Uninstall Neovim and erase any changes `bob` has made:
|
|
|
|
|
|
|
|
|
|
`bob erase`
|
|
|
|
|
|
|
|
|
|
- Roll back to a previous nightly version:
|
|
|
|
|
|
|
|
|
|
`bob rollback`
|