Describe the bug
sh install.sh does not work on M1 as no pre-built binaries exist for Darwin arm64.
Environment
- neovim/vim version (
nvim --version or vim --version): NVIM v0.5.1
- This plugin version (
git rev-parse --short HEAD): a42594c
- This plugin's binary version (
bin/languageclient --version): N/A
- Minimal vimrc content (A minimal vimrc is the smallest vimrc that could
reproduce the issue. Refer to an example here): Gist
- Language server link and version: N/A
To Reproduce
Steps to reproduce the behavior:
- Install via VimPlug, with
sh build.sh as the post-installation (post-installation will fail)
- Go to installation folder and run
sh build.sh.
Current behavior
% sh install.sh
No pre-built binary available for Darwin arm64.
cargo is not available. Abort.
Expected behavior
The plugin installs normally.
Screenshots
N/A
Additional context
N/A
Describe the bug
sh install.shdoes not work on M1 as no pre-built binaries exist for Darwin arm64.Environment
nvim --versionorvim --version): NVIM v0.5.1git rev-parse --short HEAD): a42594cbin/languageclient --version): N/Areproduce the issue. Refer to an example here): Gist
To Reproduce
Steps to reproduce the behavior:
sh build.shas the post-installation (post-installation will fail)sh build.sh.Current behavior
Expected behavior
The plugin installs normally.
Screenshots
N/A
Additional context
N/A