From f7fa518bcaebf107f5ce0ab80a7d6bd2f97afd7b Mon Sep 17 00:00:00 2001 From: Kristian Date: Tue, 2 May 2023 17:44:36 +0200 Subject: [PATCH] bob: add page (#10130) * bob: add page --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna --- pages/common/bob.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/bob.md diff --git a/pages/common/bob.md b/pages/common/bob.md new file mode 100644 index 000000000..ec461bfa5 --- /dev/null +++ b/pages/common/bob.md @@ -0,0 +1,24 @@ +# bob + +> Manage and switch between Neovim versions. +> More information: . + +- 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`