Open albertnetymk opened 4 years ago
Please try terminal runner.
:QuickRun -runner terminal
Specified runner is not available: terminal: Needs +terminal feature.
I am using neovim 0.3.8. I guess neovim is not supported here?
Neovim is not support officially because I don't use Neovim. You (or anybody) can develop a new runner that uses Neovim's terminal.
Here is a sample runner that uses Neovim's job feature. https://github.com/lambdalisue/vim-quickrun-neovim-job
For a file containing the following content:
I was expecting to see
blah
in the quick-run buffer. However, I seeblahh^H ^H
instead.