Skip to content
New issue

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

configure path to binary (or ignore it) #69

Closed
teto opened this issue Oct 1, 2018 · 1 comment
Closed

configure path to binary (or ignore it) #69

teto opened this issue Oct 1, 2018 · 1 comment

Comments

@teto
Copy link

teto commented Oct 1, 2018

Due to how nixos works, I have to install the rust component outside of the vim plugin. I gues I could create a symlink but assuming the binary in PATH or allowing to set the path to it would be nice.
Currently, it seems like the path to the binary is hardcoded:

let l:args = [s:plugin_root . '/target/release/markdown-composer']

@ok-nick
Copy link

ok-nick commented Apr 20, 2022

Doesn't seem like this issue will be resolved any time soon, but I have run into this issue. My cargo target folder is set by default to a global folder so cargo build doesn't compile directly into the project folder. I could do some workarounds, like setting the target dir environment variable, but that will affect everything globally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants