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

nvimMd: rpc process is not executable #16

Closed
KestrelSoftworks opened this issue Jan 14, 2020 · 6 comments
Closed

nvimMd: rpc process is not executable #16

KestrelSoftworks opened this issue Jan 14, 2020 · 6 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@KestrelSoftworks
Copy link

Deployment via vim-plug seems to work, the path directories are created and the content is inside.
However, with both a new file and a previously saved file, each time I run :Illuminate this error happens:

Error detected while processing function <SNR>9_render:
line    5:
nvimMd: rpc process is not executable
@pearcedom
Copy link

Same issue here as well

@cosmoduff
Copy link
Contributor

I ran into this issue as well. When I investigated further it seems the illuminate rust binary was never built and therefore was not executable. I tried building manually but then ran into error number 17. I tried building with the latest stable rust 1.41.

@ShiinaScripts
Copy link

Also got the issue, hoping someone clever can fix it soon

@oknozor
Copy link
Owner

oknozor commented Jul 16, 2020

Hey sorry for the delay, I don't why I don't get notifications for this repo. I am going to look into this asap. I think it would be much easier to release a binary instead of building from source. If any one wants to help PRs are very welcome.

@oknozor oknozor added bug Something isn't working good first issue Good for newcomers labels Jul 16, 2020
@oknozor
Copy link
Owner

oknozor commented Jul 16, 2020

Hey @pearcedom, @Seyeumi, @KestrelSoftworks I was able to reproduce your bug. I will work on a proper packaging for Illumination when I have some spare time. Meanwhile you can fix this by adding $HOME/.cargo/bin to your path, as explained in bf7d746.

@ShiinaScripts
Copy link

I have cargo in my path and it still isn't working, getting same error. Installed manually and added it to plugins.vim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

5 participants