-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
markdown #59
Comments
Vim script is used to solve this problem perfectly. vim.api.nvim_exec( |
Hello, Have you tried something like:
...? Based on my understanding, part of which comes from this question on Reddit, writing it this way should allow you to give code_runner a command similar to the commands used for other languages like Java, Rust, or Go. I haven't tested it yet, so I can't say for sure it will work. If you decide to try it, please let me know what happens! Good luck! EDIT: forgot to link to Reddit question, sorry! |
the problem occurs, because code runner is meant to be used with terminal commands, all commands are executed in a shell |
filetype = {
markdown = "MarkdownPreview",
},
zsh:1: command not found: MarkdownPreview
The text was updated successfully, but these errors were encountered: