Skip to content

Bob v2.0.0

Compare
Choose a tag to compare
@MordechaiHadad MordechaiHadad released this 15 Feb 14:42
· 444 commits to master since this release

What's Changed

Breaking Changes

Bob switched to using a proxy executable for running Neovim executables. To switch from the old method that Bob used, follow these steps:

1. Remove the current Neovim path from your global $PATH environment variable.
2. Delete the following directory:
    On Unix: `~/.local/share/neovim`
    On Windows: `C:\Users\<username>\AppData\Local\neovim`

Secondly the name of the downloads directory property in the configuration file has changed. Please refer to the updated list of properties for the new name.

New Contributors

Full Changelog: v1.2.1...v2.0,0