oknozor / illumination

A mardown renderer for nvim written with gtkrs and neovim-lib
GNU General Public License v3.0
84 stars 6 forks source link

nvimMd: rpc process is not executable #16

Closed KestrelSoftworks closed 4 years ago

KestrelSoftworks commented 4 years ago

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 commented 4 years ago

Same issue here as well

cosmoduff commented 4 years ago

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 commented 4 years ago

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

oknozor commented 4 years ago

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 commented 4 years ago

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 bf7d746f6c4cd16dec243a77c7ff47996497d85d.

ShiinaScripts commented 3 years ago

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