Closed BSFishy closed 6 months ago
I also had the same problem earlier today in MacOS with bob installed from homebrew.
For some reason after building and installing Neovim from source it now works so it could have been an environment issue or could have been fixed because I downloaded neovim build dependencies.
Hello apologies for the faulty release (did not take this edge case in consideration), could you test PR #199 ?
The following steps to follow in order to test:
cargo install --git https://github.com/MordechaiHadad/bob --branch fix/nvim-proxy
bob erase
bob use nightly
(copied this from issue #197)
Owner
The following steps to follow in order to test:
- Uninstall bob from your system
- Reinstall the branch with:
cargo install --git https://github.com/MordechaiHadad/bob --branch fix/nvim-proxy
- Run
bob erase
- And then
bob use nightly
- And try to run neovim.
Yeah, it works :) Thanks @MordechaiHadad
Owner
The following steps to follow in order to test:
- Uninstall bob from your system
- Reinstall the branch with:
cargo install --git https://github.com/MordechaiHadad/bob --branch fix/nvim-proxy
- Run
bob erase
- And then
bob use nightly
- And try to run neovim.
Yeah, it works :) Thanks @MordechaiHadad
I see thank you
With the latest version of bob,
bob use
breaks.Environment:
cargo install bob-nvim
Steps:
cargo install bob-nvim
bob use stable
(errors)cargo install bob-nvim@2.8.3
bob use stable
(succeeds)