- Did you upgrade to latest plugin version? yes
- Did you upgrade to/compile latest binary? Run shell command
bin/languageclient --version to get its version number. This doesn't work because it didn't install.
- (Neovim users only) Did you check output of
:checkhealth LanguageClient? Yes.
- Did you check troubleshooting? Yes
Describe the bug
In what appears to be a repeat of #1201, the rust-toolchain file prevents Apple Silicon support (not added until 1.49.0).
Environment
- neovim/vim version (
nvim --version or vim --version): 2.1.0-beta3
- This plugin version (
git rev-parse --short HEAD): cf6dd11
- 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): just the plug definition
- Language server link and version: N/A
To Reproduce
Steps to reproduce the behavior:
- Try to PlugInstall on Apple Silicon
Current behavior
Installation fails with Invalid value for argument cmd: '/Users/user/.vim/plugged/LanguageClient-neovim/bin/languageclient' is not executable
Expected behavior
The plugin installs successfully.
Screenshots
N/A
Additional context
N/A
bin/languageclient --versionto get its version number. This doesn't work because it didn't install.:checkhealth LanguageClient? Yes.Describe the bug
In what appears to be a repeat of #1201, the
rust-toolchainfile prevents Apple Silicon support (not added until 1.49.0).Environment
nvim --versionorvim --version): 2.1.0-beta3git rev-parse --short HEAD):cf6dd11bin/languageclient --version): N/Areproduce the issue. Refer to an example here): just the plug definition
To Reproduce
Steps to reproduce the behavior:
Current behavior
Installation fails with
Invalid value for argument cmd: '/Users/user/.vim/plugged/LanguageClient-neovim/bin/languageclient' is not executableExpected behavior
The plugin installs successfully.
Screenshots
N/A
Additional context
N/A