bob: add page (#10130)

* bob: add page

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/23/head
Kristian 2023-05-02 17:44:36 +02:00 committed by GitHub
parent c5ec9ecc8a
commit f7fa518bca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages/common/bob.md Normal file
View File

@ -0,0 +1,24 @@
# bob
> Manage and switch between Neovim versions.
> More information: <https://github.com/MordechaiHadad/bob>.
- 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`