We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It'd be nice to make it so that users can install the plugin without downloading Rust, like LanguageClient-neovim.
The text was updated successfully, but these errors were encountered:
that would indeed be nice. (As long as you don't have cc="...." dependencies that are compiled against specific versions of GLIBC)
You can do that by doing releases with binaries, and using some bash scripting (then doing ./install.sh at install instead of cargo build)
I've done it for my own plugin sniprun, feel free to copy-paste/reuse the code in install.sh
Sorry, something went wrong.
No branches or pull requests
It'd be nice to make it so that users can install the plugin without downloading Rust, like LanguageClient-neovim.
The text was updated successfully, but these errors were encountered: