-
Notifications
You must be signed in to change notification settings - Fork 3
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
E117: Unknown function: MdownPreview #2
Comments
Looking at |
Hi @alok Yeah, same on my setup. I don't know if neovim changed their remote plugins architecture or if its a bug with the remote interface but I cannot achieve binding a simple node function anymore. Putting this on hold until I got more time to debug it and dig in the remote API again. Thanks for the opening this issue. |
I've had the exact same problem. I couldn't figure out how to make the plugin work at all, I always ran into the Unkown function error. Running |
Same. Running via dein
|
having some issue, any update on this? |
Unfortunately, no. I need to get back into the code and see why. I think neovim updated his remote plugin mechanism quite a lot since I developed this plugin. I'll add a note in the readme. I also use onivim now (which uses neovim) so this plugin might become an onivim plugin. |
I get the following error when I run
:Mpreview
E117: Unknown function: MdownPreview
I installed both
node-host
andmdown
, and I ranUpdateRemotePlugins
.I ran it on a markdown file called
test.md
which contained a single line with the wordtext
in it.The text was updated successfully, but these errors were encountered: