snippetbashTip
bob — Manage and switch between Neovim versions. More information: <https://github.com/MordechaiHadad/bob#
Viewed 0 times
commandbetweenandneovimclimanageswitchbob
Problem
How to use the
bob command: Manage and switch between Neovim versions. More information: <https://github.com/MordechaiHadad/bob#-usage>.Solution
bob — Manage and switch between Neovim versions. More information: <https://github.com/MordechaiHadad/bob#-usage>.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 listUninstall the specified version of Neovim:
bob uninstall {{nightly|stable|latest|version_string|commit_hash}}Uninstall Neovim and erase any changes
bob has made:bob eraseRoll back to a previous nightly version:
bob rollbackCode Snippets
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 listUninstall the specified version of Neovim
bob uninstall {{nightly|stable|latest|version_string|commit_hash}}Uninstall Neovim and erase any changes `bob` has made
bob eraseRoll back to a previous nightly version
bob rollbackContext
tldr-pages: common/bob
Revisions (0)
No revisions yet.